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
            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.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to