[richfaces-issues] [JBoss JIRA] Closed: (RF-9117) Accordion item: disabled item rendered wrong

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Mon Jan 17 03:54:50 EST 2011


     [ https://issues.jboss.org/browse/RF-9117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavol Pitonak closed RF-9117.
-----------------------------



> Accordion item: disabled item rendered wrong
> --------------------------------------------
>
>                 Key: RF-9117
>                 URL: https://issues.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
>            Assignee: Alex Kolonitsky
>             Fix For: Future_4.X
>
>         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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list