Bug 6647 - TinyMCE: document.execCommand("insertHTML", ...) unimplemented
Summary: TinyMCE: document.execCommand("insertHTML", ...) unimplemented
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Justin Garcia
URL:
Keywords:
Depends on:
Blocks: 6627
  Show dependency treegraph
 
Reported: 2006-01-18 00:23 PST by Justin Garcia
Modified: 2006-02-28 14:00 PST (History)
0 users

See Also:


Attachments
patch (8.01 KB, patch)
2006-02-27 23:18 PST, Justin Garcia
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Garcia 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.
Comment 1 Justin Garcia 2006-02-27 23:18:37 PST
Created attachment 6771 [details]
patch

implements insertHTML and patches editing.js to test it
Comment 2 Maciej Stachowiak 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).