panelMenuGroup: If expanded="true" and disabled ="true", panelMenuGroup is 
rendered in collapsed state
------------------------------------------------------------------------------------------------------

                 Key: RF-7393
                 URL: https://jira.jboss.org/jira/browse/RF-7393
             Project: RichFaces
          Issue Type: Bug
          Components: component-menu
    Affects Versions: 3.3.2.CR1
         Environment: All browsers
            Reporter: Inna Shchibrya
            Assignee: Nick Belaevski


1. Add rich:panelMenu with rich:panelMenuGroup on the page.
2. Set expanded="true" and disabled ="true" for panelMenuGroup inside panelMenu.
3. Open the page. --> panelMenuGroup is desabled and collapsed.

For example:
<rich:panelMenu id="myPanel">
                        <rich:panelMenuGroup id="pmg" label="Group 
1(expanded=true)" 
                          expanded="true" disabled="true">
                                <rich:panelMenuItem label="Item 1" 
></rich:panelMenuItem>
                                <rich:panelMenuItem label="Item 2 
"></rich:panelMenuItem>
                                <rich:panelMenuItem label="Item 
3"></rich:panelMenuItem>
                        </rich:panelMenuGroup>
                </rich:panelMenu>

Expected result: panelMenuGroup should be desabled and expanded.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
richfaces-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to