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

Brian Leathem (JIRA) jira-events at lists.jboss.org
Tue Jul 30 13:16:28 EDT 2013


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

Brian Leathem updated RF-13099:
-------------------------------

    Workaround Description: 
Style the disabled form elements using the following CSS:
{code}
input[type="text"]:disabled {
  color:black;
}

select:disabled {
  color:black;
}
{code}
                Workaround: Workaround Exists

    
> 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) 
>            Reporter: Kush Kumar
>            Priority: Minor
>              Labels: waiting_on_user
>
> 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