[
https://issues.apache.org/jira/browse/XAP-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Boyd reassigned XAP-229:
------------------------------
Assignee: Turyn, Michael
> Widgets: Table: sort image in header floats outside of header for right-most
> column when scrolling is on
> --------------------------------------------------------------------------------------------------------
>
> Key: XAP-229
> URL: https://issues.apache.org/jira/browse/XAP-229
> Project: XAP
> Issue Type: Bug
> Components: Widgets: Table/Tree/TreeTable
> Reporter: Matt Carbone
> Assigned To: Turyn, Michael
> Priority: Minor
>
> The sort image ( - ^ - or - v -) for the rightmost column will float outside
> of the actual header space if the table has scrolling.
> run xal snippet and scroll to the right side of the table and sort that
> column..
> ex..
> <table height="105px" width="190px">
> <column>
> <header text="name"/>
> </column>
> <column>
> <header text="department"/>
> </column>
> <column>
> <header text="salary"/>
> </column>
> <column>
> <header text="start Date"/>
> </column>
> <row xmlns="http://openxal.org/ui/html">
> <cell text="111111"/>
> <cell text="1111111"/>
> <cell text="1111111"/>
> <cell text="1111111"/>
> </row>
> <row xmlns="http://openxal.org/ui/html">
> <cell text="111111"/>
> <cell text="1111111"/>
> <cell text="1111111"/>
> <cell text="1111111"/>
> </row>
> <row xmlns="http://openxal.org/ui/html">
> <cell text="111111"/>
> <cell text="1111111"/>
> <cell text="1111111"/>
> <cell text="1111111"/>
> </row>
> <row xmlns="http://openxal.org/ui/html">
> <cell text="111111"/>
> <cell text="1111111"/>
> <cell text="1111111"/>
> <cell text="1111111"/>
> </row>
> </table>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.