Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
Firefox 4 (FF4) WebNumericEdit (v 10.3) Not Graying Out Disabled Controls
posted

It works in Internet Explorer 9

When a WebNumericEdit  is disabled 'ctrl.setEnabled(false)' the control appears to be editable.

The control needs to be grayed out.

Is this a known issue with FF4?

Is there a work around?

Infragistics2.WebUI.WebDataInput.v10.3

Runtime Version: v2.0.50727

Version: 10.3.20103.2120

Parents
No Data
Reply
  • 240
    Verified Answer
    posted

    05.31.2011 FF4 Not Graying out disabled controls.

    I added the following attribute setting in Styles.css that may solve this issue:

    /* 05.27.2011 Attempt to fix Firefox issue of not graying out disabled controls */

    [disabled] 
    color: #7F7F7F;
    cursor: default; 
    }

    It seems to work in FF4. I have not tried it with earlier versions.
    IE9 seems to ignore it for now but then IE9 always has worked.

Children
No Data