[richfaces-issues] [JBoss JIRA] (RF-13099) Disabled input text is not visible

Brian Leathem (JIRA) jira-events at lists.jboss.org
Wed Oct 16 13:07:02 EDT 2013


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

Brian Leathem commented on RF-13099:
------------------------------------

The relevant CSS rules from the _standard\_skinning.ecss_ file:

{code}
html .cke_skin_richfaces textarea[disabled],
html .cke_skin_richfaces input[type="text"][disabled],
html .cke_skin_richfaces input[type="password"][disabled],
html .cke_skin_richfaces select[disabled] {
    color: '#{richSkin.panelBorderColor}';
    cursor: default;
}
{code}

Note the use of _richSkin.panelBorderColor_ for the font color.
                
> Disabled input text is not visible
> ----------------------------------
>
>                 Key: RF-13099
>                 URL: https://issues.jboss.org/browse/RF-13099
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input, skinning
>            Reporter: Kush Kumar
>            Assignee: Brian Leathem
>            Priority: Minor
>             Fix For: 4.5.0.Alpha1
>
>   Original Estimate: 15 minutes
>  Remaining Estimate: 15 minutes
>
> Disabled input text is not visible -can you please help me out how can we make it visible or can we change the color of disabled text? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list