[richfaces-issues] [JBoss JIRA] Closed: (RF-4203) combobox: enable() & disable() JS API using leads to changing style(font color: grey->dark) of defaultLabel, defined in corresponding attribute.

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Wed Aug 20 10:52:23 EDT 2008


     [ https://jira.jboss.org/jira/browse/RF-4203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Vitenkov closed RF-4203.
--------------------------------



> combobox: enable() & disable() JS API using leads to changing style(font color: grey->dark) of defaultLabel, defined in corresponding attribute.
> ------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-4203
>                 URL: https://jira.jboss.org/jira/browse/RF-4203
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: IE6, IE7, FF 3.1, Safari 3.1, Opera 9.51(3.2.2.BETA4)
>            Reporter: Mikhail Vitenkov
>            Assignee: Mikhail Vitenkov
>            Priority: Trivial
>             Fix For: 3.2.2
>
>
> Precondition: all attributes defined styles & style classes was removed from <rich:combobox tag; <style> section is empty;
> Step 1. Navigate on page with combobox.
> Step 2. Call enable() JS API by click on "enable" link:
> <a4j:commandLink onclick="$('formID:comboboxSubviewID:comboboxID').component.enable()" value="enable">
>    </a4j:commandLink>
> Step 3. Call disable() JS API by click on "disable" link:
> <a4j:commandLink onclick="$('formID:comboboxSubviewID:comboboxID').component.disable()" value="disable">
>    </a4j:commandLink>
> Actual behavior:
> After Step 2: default label changes it's font color from "grey" to "black".
> After Step 3: default label changes it's font color from "black" to "grey". Under Safari 3.1 default label is disappeared.

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