Widgets: Tree: Tree throws error when highlightColor and
highlightBackgroundColor set by default
------------------------------------------------------------------------------------------------
Key: XAP-547
URL: https://issues.apache.org/jira/browse/XAP-547
Project: XAP
Issue Type: Bug
Components: Widgets: Table/Tree/TreeTable
Reporter: Trevor Oldak
The following code throws two errors, one for each attribute:
<xal xmlns="http://openxal.org/ui/html">
<tree width="50px" height="50px" highlightColor="#0000FF"
highlightBackgroundColor="#FFFFFF">
<row>
<cell text="foo"/>
</row>
</tree>
</xal>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.