[richfaces-issues] [JBoss JIRA] Created: (RF-5208) ConboBox: buttonIconDisabled, buttonIconInactive, buttonIcon problems.

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Wed Dec 3 09:46:36 EST 2008


ConboBox: buttonIconDisabled, buttonIconInactive, buttonIcon problems.
----------------------------------------------------------------------

                 Key: RF-5208
                 URL: https://jira.jboss.org/jira/browse/RF-5208
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: 3.3.0.BETA2
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski
            Priority: Minor


case 1: 
Set 
buttonIconDisabled="/pics/disabled.gif"
buttonIconInactive="/pics/inactive.gif"
buttonIcon="/pics/icon.gif"

# Open page with combobox => inactive icon is shown - all is OK
# Set focus on combobox input => icon is shown - OK
# remove focus => inactive icon is shown - OK
# click combobox button => icon is shown - OK
# select any item and remove focus => icon is shown any way - WRONG (inactive icon should be shown)

case 2:
Set
buttonIconDisabled="/pics/disabled.gif"
buttonIcon="/pics/icon.gif"

# Open page with combobox => default arrow is shown - OK
# Set focus on combobox input => icon is shown - OK
# remove focus => icon is shown any way - WRONG (default arrow should be shown)
# click combobox button => icon is shown - OK
# select any item and remove focus => icon is shown any way - WRONG (default arrow should be shown)
# disable combobox using JS API => disabled icon is shown - OK
# enable combobox using JS API =>  disabled icon is shown anyway - WRONG (default arrow should be shown)

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