Accordion item: disabled item rendered wrong
--------------------------------------------
Key: RF-9117
URL:
https://jira.jboss.org/browse/RF-9117
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Milestone1
Environment: v.4.0.0-SNAPSHOT SVN r.18794, Glassfish 3, Chromium 7, Firefox 3.6
Reporter: Pavol Pitonak
Fix For: 4.0.0.Milestone2
Attachments: accordion.png
I have following accordion with 4 items, the first one is disabled, the third is open on
page load. When the page is opened, everythink looks ok, but after clicking on first item,
header's text is rendered twice (see screenshot).
<rich:accordion id="accordion" activeItem="item3">
<rich:accordionItem id="item1" disabled="true"
name="item1" header="Item 1">
content of item 1
</rich:accordionItem>
<rich:accordionItem id="item2" name="item2" header="Item
2">
content of item 2
</rich:accordionItem>
<rich:accordionItem id="item3" name="item3" header="Item
3">
content of item 3
</rich:accordionItem>
<rich:accordionItem id="item4" name="item4" header="Item
4">
content of item 4
</rich:accordionItem>
</rich:accordion>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira