You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org> on 2008/01/24 15:32:35 UTC

[jira] Resolved: (XAP-555) Widgets: Cell: Errors thrown when cell has cursor set by default.

     [ https://issues.apache.org/jira/browse/XAP-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Oldak resolved XAP-555.
------------------------------

    Resolution: Fixed

> 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.