Nested Tabs broken

UI Components for JSF
Post Reply
voyagerx
Posts: 70
Joined: 10 Feb 2011, 03:52

21 Aug 2011, 18:19

After grabbing the new M3 snapshot to fix the feed issue from this thread:

viewtopic.php?f=3&t=14519&p=43945#p43945

Nested tabs no longer work as expected. Say there are three top level tabs, and then within one of those tabs there are three more. If I click on the lower level (nested tab) it actually changes the top level tab. If I click back on the right top level tab, it has also changed the lower(nested) tab as well. It seems like all tabs on the page now get changed.

voyagerx
Posts: 70
Joined: 10 Feb 2011, 03:52

23 Aug 2011, 07:52

I'm still having this issue with the latest build. It did not happen until M3-SNAPHOT. Is anyone else using nested tabs?

voyagerx
Posts: 70
Joined: 10 Feb 2011, 03:52

25 Aug 2011, 00:15

This snippet replicates the problem.

Code: Select all

            <p:tabView>
                <p:tab title="1">
                    <p:tabView>
                        <p:tab title="1a">
                        </p:tab>
                        <p:tab title="1b">
                        </p:tab>
                    </p:tabView>
                </p:tab>
                <p:tab title="2">
                </p:tab>
            </p:tabView>
Clicking on nested tab "1b" will switch the top level to tab "2". Note: When I click back on tab 1, the nested tab is now on tab "1b" (both of them switched)

Primefaces M3, glassfish 3.1


cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

26 Aug 2011, 21:43

I've replicated locally, which means a fix is coming soon after the FC Barca vs Porto game, the supercup final.

voyagerx
Posts: 70
Joined: 10 Feb 2011, 03:52

26 Aug 2011, 22:10

Awesome, thank you!

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

26 Aug 2011, 22:49

Fix checked in to trunk.

voyagerx
Posts: 70
Joined: 10 Feb 2011, 03:52

26 Aug 2011, 22:58

Thanks, working perfectly!

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

26 Aug 2011, 22:59

Great!

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: speandHap and 22 guests