[richfaces-issues] [JBoss JIRA] Created: (RF-7383) dropDownMenu: menuGroupItem is displayed incorrectly with attribute disabled="true"

Vadim Mikovoz (JIRA) jira-events at lists.jboss.org
Tue Jun 16 09:00:57 EDT 2009


dropDownMenu: menuGroupItem is displayed incorrectly with attribute disabled="true"
-----------------------------------------------------------------------------------

                 Key: RF-7383
                 URL: https://jira.jboss.org/jira/browse/RF-7383
             Project: RichFaces
          Issue Type: Bug
          Components: component-menu
    Affects Versions: 3.3.2.CR1
         Environment: all provided browsers
v.3.3.2-SNAPSHOT
            Reporter: Vadim Mikovoz
            Assignee: Nick Belaevski
            Priority: Minor


add code:
<rich:dropDownMenu value="my Menu">
			<rich:menuItem value="1"></rich:menuItem>
			<rich:menuItem value="2"></rich:menuItem>
			<rich:menuGroup disabled="true" value="3">
				<rich:menuItem value="3.1"></rich:menuItem>
				<rich:menuItem value="3.2"></rich:menuItem>
				<rich:menuItem value="3.3"></rich:menuItem>
			</rich:menuGroup>
			<rich:menuItem value="4"></rich:menuItem>
		</rich:dropDownMenu>

1. Open test page
2. Call dropDownMenu
--------------------------------
disabled menuGroup item is displayed in wrong place
3. Move mouse over menuGroup item
----------------------------------------------------
item became enable

-- 
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