Theme: Any Jquery UI theme
Jquery 1.8.3
Jquery UI 1.9.2
Bug is that hovering over a textbox after setting the text and/or value via jquery (with a button or other method) will erase the text of an igTextEditor that is set to readOnly = true and nullText = "blah blah". The nullText will be present again. If you comment out or do not apply nullText then it will work fine.
How to test:
Put input on page.
Use jquery to set it to igTextEditor and set nullText to a value and set readOnly to true. Add a button on the page. When button clicks then use jquery to change text or val of the editor. Then hover over the textbox and it will change back to nullText value.
Please let me know.
Thanks,
Michael
I am using the latest controls.
I know it happens in IE 10 and Chrome