Neil wrote:
Greg Amerson wrote:

Is there something different about radio's and checkboxes that keep them from firing DOM mutation events?

I know form controls are a law unto themselves when dealing with events (ever tried clicking a disabled form control?). It's possible this is a DOM issue so it might be worth asking in the DOM newsgroup. Also you don't say which version you are embedding, for instance events were rewritten on the trunk recently so that may be relevant to your problem.


You are correct about the form controls having their own laws. I actually realized that this question would be better suited for the DOM newsgroup. Over there, Boris was able to help me exactly with my problem. 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.

Greg
_______________________________________________
dev-tech-editor mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-editor

Reply via email to