[richfaces-issues] [JBoss JIRA] Created: (RF-7365) dropDownMenu: selectedLabelClass doesn't work if labelClass is applied

Vadim Mikovoz (JIRA) jira-events at lists.jboss.org
Thu Jun 11 08:15:56 EDT 2009


dropDownMenu: selectedLabelClass doesn't work if labelClass is applied
----------------------------------------------------------------------

                 Key: RF-7365
                 URL: https://jira.jboss.org/jira/browse/RF-7365
             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


Define labelClass and selectedLabelClass attributes for dropDownMenu, e.g.:

labelClass="myLabelClass", where is
.myLabelClass{
background-color: yellow;
font-style: italic;}

selectedLabelClass="mySelectedLabelClass", where is
.mySelectedLabelClass{
background-color: red;
font-style: oblique;}

1. Open test page --> labelClass is applied
2. Move mouse over menu label
--------------------------------------------
selectedLabelClass isn't applied, labelClass is applied as before


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