[richfaces-issues] [JBoss JIRA] Updated: (RF-7393) panelMenuGroup: If expanded="true" and disabled ="true", panelMenuGroup is rendered in collapsed state

Inna Shchibrya (JIRA) jira-events at lists.jboss.org
Thu Jun 18 04:28:56 EDT 2009


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

Inna Shchibrya updated RF-7393:
-------------------------------

    Description: 
1. Add rich:panelMenu with rich:panelMenuGroup on the page.
2. Set expanded="true" and disabled ="true" for panelMenuGroup.
3. Open the page. --> panelMenuGroup is disabled 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 disabled and expanded.

  was:
1. Add rich:panelMenu with rich:panelMenuGroup on the page.
2. Set expanded="true" and disabled ="true" for panelMenuGroup.
3. Open the page. --> panelMenuGroup is disabled 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.



> 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.
> 3. Open the page. --> panelMenuGroup is disabled 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 disabled 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

        



More information about the richfaces-issues mailing list