You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by bu...@apache.org on 2005/12/15 15:34:57 UTC

DO NOT REPLY [Bug 37916] - submit and cancel button code inside the comments window

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37916>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37916





------- Additional Comments From rdharner@netscape.net  2005-12-15 15:34 -------
This problem is caused by the <textarea id="notification.message" ...>
tag in .../webapp/lenya/xslt/notification/message2xslt.xsl collapsing
when there is nothing inside it (<textarea ...></textarea> becomes
<textarea ... />).  Both IE and Firefox fail to render this properly.
But if you add a non-breaking space (&#160) at the end of line 81 the
problem goes away.

Is there a better solution?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org