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 "James Margaris (JIRA)" <xa...@incubator.apache.org> on 2007/03/27 23:16:33 UTC

[jira] Updated: (XAP-229) Widgets: Table: sort image in header floats outside of header for right-most column when scrolling is on

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

James Margaris updated XAP-229:
-------------------------------

    Component/s:     (was: Widgets: Other)
                 Widgets: Table/Tree/TreeTable

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