From jira-events at lists.jboss.org Sun Oct 16 21:40:45 2011 Content-Type: multipart/mixed; boundary="===============9106686546883138298==" MIME-Version: 1.0 From: Brian Leathem (Updated) (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] (RF-11474) [rich:tabPanel] Switching tabs doesn't work correctly Date: Sun, 16 Oct 2011 21:40:45 -0400 Message-ID: <79328320.471.1318815645368.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 529623069.14640.1318080556181.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============9106686546883138298== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-11474?page=3Dcom.atlassian.jira.p= lugin.system.issuetabpanels:all-tabpanel ] Brian Leathem updated RF-11474: ------------------------------- Description: = Switching tabs client-side (by clicking the tabs) breaks changing tabs serv= er side (by clicking the a4j:commandButtons). {code:title=3Dtabtest.xhtml} = Tabpanel Test = Switching tabs doesn't work correct.

Steps to reproduce the issue: =
1. switch tabs with the commandButtons -> everything works normal
2. switch tabs via click on the tabs itself -> everything works norm= al
3. now switch tabs with the commandButtons again -> tabs are not swi= tching anymore

Here is tab #1 Here is tab #2 Here is tab #3





=

extra information:
DataCtr.java
public void goToTab1(){
dataBean.setActiveTab("tab1");
} ... =
{code} was: A testcase to reproduce this issue is attached. Steps to reproduce this issue: 1. http://localhost:8080/jsftest/tabtest.jsf 2. switch tabs with the commandButtons -> everything works normal 3. switch tabs via click on the tabs itself -> everything works normal 4. now switch tabs with the commandButtons again -> tabs are not switching = anymore Steps to Reproduce: = Steps to reproduce this issue: 1. http://localhost:8080/jsftest/tabtest.jsf 2. switch tabs with the commandButtons -> everything works normal 3. switch tabs via click on the tabs itself -> everything works normal 4. now switch tabs with the commandButtons again -> tabs are not switching = anymore = > [rich:tabPanel] Switching tabs doesn't work correctly > ----------------------------------------------------- > > Key: RF-11474 > URL: https://issues.jboss.org/browse/RF-11474 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: base functionality , component-panels-layout-themes > Affects Versions: 4.1.0.Milestone2 > Environment: Tomcat6, Firefox 7, IE 8, myfaces 2.1.3 > Reporter: Rene O > Priority: Critical > Fix For: 4.1.0.CR1 > > Attachments: jsftest.war > > > Switching tabs client-side (by clicking the tabs) breaks changing tabs se= rver side (by clicking the a4j:commandButtons). > {code:title=3Dtabtest.xhtml} > > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich"> > = > > Tabpanel Test > > = > > Switching tabs doesn't work correct. >

> Steps to reproduce the issue: = >
> 1. switch tabs with the commandButtons -> everything works normal >
> 2. switch tabs via click on the tabs itself -> everything works no= rmal >
> 3. now switch tabs with the commandButtons again -> tabs are not s= witching anymore >

> > > > Here is tab #1 > > > Here is tab #2 > > > Here is tab #3 > > >

> >

> >

> >
> = >

> extra information: >
> DataCtr.java >
> public void goToTab1(){ >
> dataBean.setActiveTab("tab1"); >
> } ... > = >
> > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.jboss.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============9106686546883138298==--