DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24900>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24900 Woody help popup broken in strict mode Summary: Woody help popup broken in strict mode Product: Cocoon 2 Version: Current CVS 2.1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If you configure the html serializer to output a DOCTYPE conforming to HTML 4.01 strict, the help popup window of Woody is not correctly positioned when using Mozilla, but ends up being displayed at the end of the page. Apparently this bug does not happen when using IE. To reproduce, add the following to src/blocks/woody/samples/sitemap.xmap and pop up the help in the "form1" sample: <map:serializers default="html"> <map:serializer logger="sitemap.serializer.html" mime-type="text/html" name="html" pool-grow="4" pool-max="32" pool-min="4" src="org.apache.cocoon.serialization.HTMLSerializer"> <doctype-public>-//W3C//DTD HTML 4.01//EN</doctype-public> <doctype-system>http://www.w3.org/TR/html4/strict.dtd</doctype-system> </map:serializer> </map:serializers>
