I have a multi-line Text
field on a form CRM 2011 with update rollup 17. I have enabled the readonly property field with the following code:
Xrm.Page.ui.controls.get('description').setDisabled(false);
It works correctly in Internet Explorer but not in any other browsers. What's the problem?