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

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Wed Feb 4 08:48:44 EST 2009


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


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