Preview for ui:repeat breaks rendering of tables
------------------------------------------------
Key: JBIDE-1284
URL:
http://jira.jboss.com/jira/browse/JBIDE-1284
Project: JBoss Tools
Issue Type: Bug
Components: Visual Page Editor
Reporter: Gavin King
Priority: Minor
Take this example:
<table>
<tr><td>a long title</td><td>another long
title</td><td>a title</td></tr>
<ui:repeat>
<tr><td>x</td><td>y</td><td>z</td></tr>
</ui:repeat>
</table>
The table renders incorrectly. To see the correct rendering, remove the ui:repeat.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira