htmlView: html table conflicts with dojo table, causes error
------------------------------------------------------------
Key: XAP-428
URL: https://issues.apache.org/jira/browse/XAP-428
Project: XAP
Issue Type: Bug
Components: Widgets: Other
Environment: ff2
Reporter: Matt Carbone
Priority: Critical
Having a table within an HTML view will cause an exception.
<xal xmlns="http://openxal.org/ui/html">
<freePane width="1024px" height="768px">
<htmlView width="500px" height="500px">
<table>
<tr>
<td>
<span>sdsd</span>
</td>
</tr>
</table>
</htmlView>
</freePane>
</xal>
[14:42:52 ERROR exception] Exception occured exception: Exception:Problem
inserting component managed by [a xap.bridges.dojo.TableBridge] into a
container managed by [a xap.bridges.basic.HtmlViewBridge]; parent doesn't have
a suitable container.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.