Tree into Accordion Tab doesn't expand (IE browser)

UI Components for JSF
Post Reply
t.merlino
Posts: 9
Joined: 19 Mar 2010, 18:06

05 May 2010, 10:52

Hi,
if I put a tree into an Accordion I've got problem with IE browser: the tree won't expand!

Code: Select all

<p:accordionPanel activeIndex="0">
	<p:tab title="Menu 1">
		<h:form>
			<p:tree value="#{treeBean.root}" var="node" dynamic="true">
				<p:treeNode>
				        <h:outputText value="#{node}"/>
			    </p:treeNode> 
			</p:tree>
		</h:form>
	</p:tab>
						
	<p:tab title="Menu 2">
		<h:outputText value="menu 1 content" />
	</p:tab>
</p:accordionPanel>

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

07 May 2010, 09:09

Does it work when it is outside of accordion, we have a similar problem with accordion and datatable. Probably because of same reason we haven't managed to work on yet.

t.merlino
Posts: 9
Joined: 19 Mar 2010, 18:06

13 May 2010, 11:25

Thank you for the news.

ranophoenix
Posts: 5
Joined: 27 May 2010, 15:52

29 May 2010, 15:00

with Chrome this doesn't work as well (tree inside accordion). I've tested with primefaces v2.0.2 and v2.0.1.

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

30 May 2010, 17:20

Yes, it is a known issue that accordion breaks datatable and tree. The issue filed is;

http://code.google.com/p/primefaces/iss ... ail?id=752

Star and vote for it if you'd like to get email notifications.

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 47 guests