RESOLVED FIXED 6647
TinyMCE: document.execCommand("insertHTML", ...) unimplemented
https://bugs.webkit.org/show_bug.cgi?id=6647
Summary TinyMCE: document.execCommand("insertHTML", ...) unimplemented
Justin Garcia
Reported 2006-01-18 00:23:28 PST
TinyMCE apparently implements table editing using the insertHTML command (if you break on JSEditor::execCommand you'll see this.
Attachments
patch (8.01 KB, patch)
2006-02-27 23:18 PST, Justin Garcia
mjs: review+
Justin Garcia
Comment 1 2006-02-27 23:18:37 PST
Created attachment 6771 [details] patch implements insertHTML and patches editing.js to test it
Maciej Stachowiak
Comment 2 2006-02-28 03:14:57 PST
Comment on attachment 6771 [details] patch r=me I would suggest adding another test that wouldn't be passed by a version of the command that does nothing (the current test would be passed by a no-op I think).
Note You need to log in before you can comment on or make changes to this bug.