Skip Menu |

This queue is for tickets about the HTML-FormFu CPAN distribution.

Report information
The Basics
Id: 30239
Status: resolved
Priority: 0/
Queue: HTML-FormFu

People
Owner: Nobody in particular
Requestors: schwigon [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.01006
Fixed in: (no value)



Subject: Textarea close tags should not be indented with OutputProcessor::Indent
Hi! The HTML::FormFu::OutputProcessor::Indent should not indent closing textarea tags because that creates whitespace as initial content which, just for instance, breaks the "Required" constraint. E.g., this contains wrong whitespace content: <textarea name="anfrage" cols="40" rows="20"> </textarea> Thanks for FormFu, I really like it very much. GreetinX Steffen -- Steffen Schwigon <schwigon@webit.de> Dresden Perl Mongers <http://dresden-pm.org/> Deutscher Perl-Workshop <http://www.perl-workshop.de/>
Thanks - I hadn't tested it on textarea tags with no value. This is now fixed in subversion (r497) and will be included in the next cpan release.