Michael Heinen created RF-12564:
-----------------------------------
Summary: rich:tree throws js error in combination with c:if in IE9
Key: RF-12564
URL:
https://issues.jboss.org/browse/RF-12564
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.2.2.Final
Environment: myFaces 2.1.9
Reporter: Michael Heinen
I use a rich:tree inside a c:if tag.
A js error occurs if the tree is rendered via ajax the first time.
It works fine if the complete view is reloaded afterwards or if there is no c:if tag
around.
I tested with with Internet Explorer Version 9.0.8112.16241, Update versions 9.0.10
Workarounds:
- add a dummy rich:tree tag to the page. e.g:
<rich:tree id="dummyTree" rendered="false"
toggleType="client"/>
- remove c:if (which is no alternative in my case)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira