Greg Amerson wrote:

When the editor is loaded, it overrides the radio,checkbox,select elements so that they don't generate any UI events like click, keypress. As it turns out this also disables DOM mutation events for these elements. The file I had to modify was /res/EditorOverride.css for those who are interested. The rule was -moz-user-input: none !important for input and select elements.

But I bet your problem will come back as soon as you set disabled="true" on your form elements.

--
Warning: May contain traces of nuts.
_______________________________________________
dev-tech-editor mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-editor

Reply via email to