[richfaces-issues] [JBoss JIRA] Updated: (RF-6030) tabPanel: in IE6-7 works wrong in scrollable container within modal Panel.

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Mar 11 14:12:22 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-6030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-6030:
-------------------------------

    Fix Version/s: 3.3.1
                       (was: Future)


> tabPanel: in IE6-7 works wrong in scrollable container within modal Panel.
> --------------------------------------------------------------------------
>
>                 Key: RF-6030
>                 URL: https://jira.jboss.org/jira/browse/RF-6030
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.1
>            Reporter: Ilya Shaikovsky
>            Assignee: Nick Belaevski
>             Fix For: 3.3.1
>
>
> tabs not scrolled together with the other content inside.
> 	<rich:modalPanel 
> 		showWhenRendered="true" 
> 		resizeable="false"
> 		width="940" 
> 		height="600">
> 	
> 		<f:facet name="header">
> 			<h:outputText value="Test" />
> 		</f:facet>
> 		<s:div style="overflow: auto; height: 400px; width: 870px">
> 			<rich:simpleTogglePanel switchType="client" width="790">
> 				<f:facet name="header">
> 					Header 1
> 				</f:facet>
> 				<div style="height:200px;width:700px">
> 					<rich:tabPanel switchType="client">
> 						<rich:tab>
> 						</rich:tab>
> 						<rich:tab>
> 						</rich:tab>
> 						<rich:tab>
> 						</rich:tab>
> 					</rich:tabPanel>
> 				</div>
> 			</rich:simpleTogglePanel>
> 			
> 			<rich:simpleTogglePanel switchType="client" width="790">
> 				<f:facet name="header">
> 					Header 2
> 				</f:facet>
> 				<div style="height:200px;width:700px">
> 					<rich:tabPanel switchType="client">
> 						<rich:tab>
> 						</rich:tab>
> 						<rich:tab>
> 						</rich:tab>
> 						<rich:tab>
> 						</rich:tab>
> 					</rich:tabPanel>
> 				</div>
> 			</rich:simpleTogglePanel>
> 		</s:div>
> 	</rich:modalPanel>

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

        



More information about the richfaces-issues mailing list