[richfaces-issues] [JBoss JIRA] Created: (RF-7292) tab: It's impossible navigate to the tab with switchType="ajax"

Vadim Mikovoz (JIRA) jira-events at lists.jboss.org
Mon Jun 1 06:40:56 EDT 2009


tab: It's impossible navigate to the tab with switchType="ajax"
---------------------------------------------------------------

                 Key: RF-7292
                 URL: https://jira.jboss.org/jira/browse/RF-7292
             Project: RichFaces
          Issue Type: Bug
          Components: component-output
    Affects Versions: 3.3.2.CR1
         Environment: all provided browsers
v.3.3.2-SNAPSHOT

            Reporter: Vadim Mikovoz
            Assignee: Nick Belaevski
         Attachments: 1.png

Add this code on your test page:
<h:form id="formID">
		<rich:tabPanel id="tabPanelID">
			<rich:tab label="first"></rich:tab>
			<rich:tab label="second" switchType="ajax">
			</rich:tab>
			<rich:tab label="third"></rich:tab>
		</rich:tabPanel>
		<br />
		<a4j:status startText="Work" stopText="Stop"></a4j:status>
</h:form>

1. Open test page
2. Navigate to the second tab
----------------------------------------
Ajax request is worked, but the second tab isn't opened

for firefox 3.0.10:
3. Navigate to the third tab
-------------------------------------
Layout of the tabPanel is broken

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