Orbeon Form Controls with data looks so light when grayed out

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Orbeon Form Controls with data looks so light when grayed out

sathisharunai
On using the readonly attribute to "true" on Orbeon contol binds , Controls of data entered were so light  , since it is already grayed out. is there is some settings or stylesheet can be changed to make the readonly attributes to appear dark  
Reply | Threaded
Open this post in threaded view
|

Re: Orbeon Form Controls with data looks so light when grayed out

Alessandro  Vernet
Administrator
Hi Sathish,

Yes, this is a known issue with IE9 and below. Orbeon Forms could generate a readonly="readonly" instead of disabled="disabled" on the HTML form fields, but this poses problem of its own and Microsoft fixed this in IE10, so now the incentive to change this is lower. I've put some notes on the issue below:

https://github.com/orbeon/orbeon-forms/issues/1855

Maybe we could consider implementing an option to generate `readonly` instead of `disabled` to get around the issue on IE9 and below. But I think we would need to have a customer with enough motivation to sponsor this work for this to happen.

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet