i had hoped this would also help with the <textarea/> issue in FF, but it doesn't ;(
We still have a need for http://issues.apache.org/jira/browse/TAPESTRY-1129 Jesse Kuhnert (JIRA) wrote: > [ http://issues.apache.org/jira/browse/TAPESTRY-605?page=all ] > > Jesse Kuhnert updated TAPESTRY-605: > ----------------------------------- > > Fix Version/s: 4.1.1 > > >> Generated markup for empty tags should include space before closing slash >> ------------------------------------------------------------------------- >> >> Key: TAPESTRY-605 >> URL: http://issues.apache.org/jira/browse/TAPESTRY-605 >> Project: Tapestry >> Issue Type: Improvement >> Components: Framework >> Affects Versions: 4.0 >> Reporter: Filip S. Adamsen >> Priority: Minor >> Fix For: 4.1.1 >> >> >> Currently, generated markup for empty tags doesn't include a space before >> the closing slash. >> That is, the generated markup is "<span/>" while it ought to be "<span />". >> This is a possible backwards-compatibility issue with some browsers and can >> easily be fixed with a minor change to the MarkupWriterImpl class's closeTag >> method. >> > > -- Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr Tapestry / Tacos developer Open Source / J2EE Consulting --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
