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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Nov 3 09:58:05 EDT 2010


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

Nick Belaevski updated RF-9117:
-------------------------------

    Fix Version/s: 4.0.0.Milestone5
                       (was: 4.0.0.Milestone4)


> 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
>            Assignee: Lex Dmitriev
>             Fix For: 4.0.0.Milestone5
>
>         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

        


More information about the richfaces-issues mailing list