Layout panels in IE
-------------------

                 Key: XAP-167
                 URL: http://issues.apache.org/jira/browse/XAP-167
             Project: XAP
          Issue Type: Bug
          Components: Widgets
         Environment: IE 6 and 7
            Reporter: Rob Gagne


The tab pane on IE with sizes seem to size just outside their bounds and 
display scrollbars initially.  If I switch from tab to tab the scroll bars go 
away.

Example code I see this with:

<tabPane  width="630px" height="224px" borderWidth="1px" fontSize="8pt">
        
                
                <tab text="Realtime Graphing"></tab>
                <tab text="Level II Quotes">
                <freePane width="100%" height="100%">
                
                
                <table width="150px" rowHeight="18px" x="20" y="30" 
height="120px">
                        <column><header text="MMID" width="50px"/></column>
                        <column><header text="Size" width="40px"/></column>
                        <column><header text="Bid"  width="40px" /></column>
                </table>                

                <table width="150px" rowHeight="18px" x="230" y="30" 
height="120px">
                        <column><header text="Ask" width="50px"/></column>
                        <column><header text="Size" width="40px"/></column>
                        <column><header text="MMID"  width="40px" /></column>
                </table>        
                
                <table width="200px" rowHeight="18px" x="400" y="30" 
height="120px">
                        <column><header text="Price" width="50px"/></column>
                        <column><header text="MMID" width="50px"/></column>
                        <column><header text="Size" width="40px"/></column>
                        <column><header text="Bid"  width="40px" /></column>
                </table>        
                
                </freePane>
                </tab>
                <tab text="RSS Feeds"></tab>
        </tabPane>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to