dropDownMenu: selectedLabelClass isn't applied when you locate on submenu
-------------------------------------------------------------------------

                 Key: RF-7371
                 URL: https://jira.jboss.org/jira/browse/RF-7371
             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 to test page:
<rich:dropDownMenu id="dropDownMenuID" value="My Menu"
                                        
selectedLabelClass="mySelectedLabelClass">
                        <rich:menuItem value="1"></rich:menuItem>
                        <rich:menuItem value="2"></rich:menuItem>
                        <rich:menuItem value="3"></rich:menuItem>
                        <rich:menuItem value="4"></rich:menuItem>
                        <rich:menuGroup value="5">
                                <rich:menuItem value="item 5.1"></rich:menuItem>
                                <rich:menuItem value="item 5.2"></rich:menuItem>
                                <rich:menuItem value="item 5.3"></rich:menuItem>
                                <rich:menuItem value="item 5.4"></rich:menuItem>
                        </rich:menuGroup>
                </rich:dropDownMenu>, where is

.mySelectedLabelClass{ 
background-color: red;}

1. Call dropDownMenu --> selectedLabelClass is applied
2. Move mouse over any item in menu popup --> selectedLabelClass is applied
3. Call submenu and move mouse over any submenu item
--------------------------------------------------------------------------------
selectedLabelClass isn't applied

-- 
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
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to