[ 
https://issues.apache.org/jira/browse/XAP-555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558109#action_12558109
 ] 

Trevor Oldak commented on XAP-555:
----------------------------------

A possible, though cumbersome workaround is to set the cursor after the cell 
has loaded

> 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