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/02/16 02:17:05 UTC

[jira] Updated: (XAP-167) Layout panels in IE

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

James Margaris updated XAP-167:
-------------------------------

    Component/s:     (was: Widgets)
                 Layouts

> Layout panels in IE
> -------------------
>
>                 Key: XAP-167
>                 URL: https://issues.apache.org/jira/browse/XAP-167
>             Project: XAP
>          Issue Type: Bug
>          Components: Layouts
>         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.
-
You can reply to this email to add a comment to the issue online.