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

Brian Leathem (JIRA) jira-events at lists.jboss.org
Mon Jul 29 17:33:26 EDT 2013


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

Brian Leathem edited comment on RF-13099 at 7/29/13 5:33 PM:
-------------------------------------------------------------

Version : Richfaces 4.3.3 Final 
Theme : blueSky
in disabled mode text color is also becoming bluesky. If we could change the color of text to black it will  be visible but how to change that's the main question .(IE 9 & IE10 - we are able to see but not visible properly in Mozila it is very shade.)

{code}
<h:inputText id="dealerId" 
    disabled="true"
    value="#{tdealerOrderAndInventoryVo.dealerRetailerId}" 
    label="#{menuBean.getFieldLabel('DEALERRETAILERID','RAISEPURCHASEORDER')}"/>
{code}

If I am using styleClass="inputdisabled" then background color is getting changed but I want to change the text color (because due to text color(as text color is very light )

{code}
<h:inputText id="dealerId" 
    disabled="true" 
    styleClass="inputdisabled"
    value="#{tdealerOrderAndInventoryVo.dealerRetailerId}" 
    label="#{menuBean.getFieldLabel('DEALERRETAILERID','RAISEPURCHASEORDER')}"/>
{code}

Thanks in advance :)
                
      was (Author: kushtcs):
    Version : Richfaces 4.3.3 Final 
Theme : blueSky
in disabled mode text color is also becoming bluesky. If we could change the color of text to black it will  be visible but how to change that's the main question .(IE 9 & IE10 - we are able to see but not visible properly in Mozila it is very shade.)

{code}
<h:inputText id="dealerId" disabled="true"
value="#{tdealerOrderAndInventoryVo.dealerRetailerId}" label="#{menuBean.getFieldLabel('DEALERRETAILERID','RAISEPURCHASEORDER')}"/>
{code}

If I am using styleClass="inputdisabled" then background color is getting changed but I want to change the text color (because due to text color(as text color is very light )

{code}
<h:inputText id="dealerId" disabled="true" styleClass="inputdisabled"
value="#{tdealerOrderAndInventoryVo.dealerRetailerId}" label="#{menuBean.getFieldLabel('DEALERRETAILERID','RAISEPURCHASEORDER')}"/>
{code}

Thanks in advance :)
                  
> 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