[richfaces-issues] [JBoss JIRA] Issue Comment Edited: (RF-10539) Themes: wine theme show almost invisible text for disabled inputtext in Google Chrome.

Gleb Galkin (JIRA) jira-events at lists.jboss.org
Tue Mar 1 06:50:15 EST 2011


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

Gleb Galkin edited comment on RF-10539 at 3/1/11 6:48 AM:
----------------------------------------------------------

We have a CSS parser that also validates all CSS and removes invalid styles. So if you're going to use something like that:
textarea[disabled], input[type="text"][disabled], input[type="password"][disabled], select[disabled] {
    -webkit-text-fill-color: '#{richSkin.panelBorderColor}';
    color: '#{richSkin.panelBorderColor}';
    cursor:default;
}

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.

      was (Author: artdaw):
    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



More information about the richfaces-issues mailing list