[
https://issues.jboss.org/browse/RF-10539?page=com.atlassian.jira.plugin.s...
]
Gleb Galkin commented on RF-10539:
----------------------------------
We have a CSS parser that also validates all CSS and removes invalid styles. So if
you're going to use something like that:
{noscript}
textarea[disabled], input[type="text"][disabled],
input[type="password"][disabled], select[disabled] {
-webkit-text-fill-color: '#{richSkin.panelBorderColor}';
color: '#{richSkin.panelBorderColor}';
cursor:default;
}
{noscript}
all the parameters for this rule will be removed.
I've fixed disabled input text style in showcase and I think that this is enough for
4.0.0.Final. Actually we can notice this fail about browser styles and skinning in RF
documentation.
Themes: wine theme show almost invisible text for disabled inputtext
in Google Chrome.
--------------------------------------------------------------------------------------
Key: RF-10539
URL:
https://issues.jboss.org/browse/RF-10539
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone6
Environment: Tomcat 7.0.8/ Mojarra 2.0.4/ Richfaces 4 M6
Reporter: Flávio Henrique
Assignee: Gleb Galkin
Priority: Trivial
Labels: richfaces
Fix For: 4.0.0.Final
Richfaces theme "Wine" in Google Chrome display almost invisible text for
disabled inputtextes.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira