[
https://jira.jboss.org/jira/browse/RF-6030?page=com.atlassian.jira.plugin...
]
Nick Belaevski updated RF-6030:
-------------------------------
Fix Version/s: 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: Future
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