[
https://issues.apache.org/jira/browse/XAP-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Mikhaylov updated XAP-555:
----------------------------------
Attachment: cell_cursor_fix.zip
This update to CellBridge.js fixes the issue.
> 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
> Attachments: cell_cursor_fix.zip
>
>
> 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.