]
Vladimir Molotkov resolved RF-4203.
-----------------------------------
Resolution: Rejected
Assignee: Mikhail Vitenkov (was: Vladimir Molotkov)
1.described behavior is normal
2. safari problem: change defaultLabel color on a darker (for examle: #ff0000)
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: