tabPanel: if rich:panel contains rich:tabPanel they won't be resized correctly 
in the IE 6,7
--------------------------------------------------------------------------------------------

                 Key: RF-4090
                 URL: https://jira.jboss.org/jira/browse/RF-4090
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: RF-3.2.2.BETA3
jsf
Tomcat 6.0
            Reporter: Tatyana Romanovich
            Assignee: Nick Belaevski
            Priority: Minor
         Attachments: tabPanelInthePanel.gif

1. Create any tested application with code on the page:
<rich:panel>
                        <rich:tabPanel title="Title test 1">
                                <rich:tab
                                           label="Test 1"
                                           name="1">
                                        This is first tab
                                </rich:tab>
                                <rich:tab name="2">
                                        This is second tab
                                </rich:tab>
                        </rich:tabPanel>
.....
</rich:panel>
2. Run application on the server and open in the IE 6 or 7
3. Verify displaying of tabPanel and panel
FAILURE: horizontal scroll appears, but default width of components should be 
100%


-- 
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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to