Widgets: Cell: Errors thrown when cell has cursor set by default.
-----------------------------------------------------------------

                 Key: XAP-555
                 URL: https://issues.apache.org/jira/browse/XAP-555
             Project: XAP
          Issue Type: Bug
          Components: Widgets: Table/Tree/TreeTable
            Reporter: Trevor Oldak


 The following xal throws an error when loaded.


                   <table>
                        <column id="column1">
                            <header text="Column 1"/>
                        </column>
                        <column>
                            <header text="Column 2"/>
                        </column>
                        <column id="column3">
                            <header text="Column 3"/>
                        </column>
                        <row id="row1">
                            <cell text="testComponent" id="testComponent" 
cursor="pointer"/>
                            <cell text="b"/>
                            <cell text="c"/>
                        </row>

                    </table>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to