[
https://jira.jboss.org/jira/browse/RF-5208?page=com.atlassian.jira.plugin...
]
Nick Belaevski updated RF-5208:
-------------------------------
Fix Version/s: Future
ComboBox: 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: Anton Belevich
Priority: Minor
Fix For: Future
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