Skip Menu |

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

Report information
The Basics
Id: 19468
Status: resolved
Priority: 0/
Queue: HTML-FillInForm

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

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



Subject: IE down-level revealed HTML comments
IE allows strange "downlevel-revealed conditional comments" (http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp). Currently HTML::FillInForm will mangle these comments if the original HTML has them. I've fixed this by subclassing HTML::FillInForm, details here - http://use.perl.org/~mpeters/journal/29696. Would be nice if this could somehow be incorporated into the main distro.