[richfaces-issues] [JBoss JIRA] Commented: (RF-4587) ComboBox: inputInactiveStyle doesn't work correctly

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Thu Jan 8 05:22:04 EST 2009


    [ https://jira.jboss.org/jira/browse/RF-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12445670#action_12445670 ] 

Alexander Dubovsky commented on RF-4587:
----------------------------------------

inputInactiveStyle sets it's style permanently for all the states. Reproducible for 3.3.0.CR2. See following code:

<rich:comboBox
	buttonInactiveStyle="border: 4px black; background: red;"
	buttonDisabledStyle="border: 4px red; background: black;" 
	buttonStyle="border: 4px green; background: #yellow;">
	<f:selectItem itemValue="it 1" />
	<f:selectItem itemValue="it 2" />
	<f:selectItem itemValue="it 3" />
</rich:comboBox>

Seems like buttonStyle does not work at all.

> ComboBox: inputInactiveStyle doesn't work correctly
> ---------------------------------------------------
>
>                 Key: RF-4587
>                 URL: https://jira.jboss.org/jira/browse/RF-4587
>             Project: RichFaces
>          Issue Type: Bug
>          Components: planning_all
>    Affects Versions: 3.2.2
>            Reporter: Tsikhon Kuprevich
>            Assignee: Tsikhon Kuprevich
>             Fix For: 3.3.0
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> It sets it's style permanently for all the states - active, inactive, disabled

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