Bug 6647

Summary: TinyMCE: document.execCommand("insertHTML", ...) unimplemented
Product: WebKit Reporter: Justin Garcia <justin.garcia>
Component: HTML EditingAssignee: Justin Garcia <justin.garcia>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on:    
Bug Blocks: 6627    
Attachments:
Description Flags
patch mjs: review+

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).