Andreas Wuest wrote:
editorElem.setAttribute("onload", "event.stopPropagation()");editorWindow = document.getElementById("uiEditorWindow"); editorWindow.appendChild(editorElem); // set up editorElem.makeEditable("text", false);
I suggest using at least one of the two opportunities that you have to wait for it to load. You might find that it gives the editor time to initialise.
-- Warning: May contain traces of nuts. _______________________________________________ dev-tech-editor mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-editor
