Opened 15 years ago
Closed 15 years ago
#3707 closed Bug (invalid)
[webkit] editor.insertHtml not supported
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Currently we're currently rely on native document.insertHtml, but actually Webkit is not supporting this feature, check quirksmode test page.
It could be reproduced by the attached sample page.
Attachments (2)
Change History (4)
Changed 15 years ago by
Attachment: | sample_for_reproducing.html added |
---|
Changed 15 years ago by
Attachment: | 3707.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:2 Changed 15 years ago by
Keywords: | Confirmed Review? removed |
---|---|
Resolution: | → invalid |
Status: | assigned → closed |
It's been proved that it's only a replication of #3703, and execCommand( 'inserthtml', false, data ) works exactly as it should.So this ticket is not valid.
Changes contained within this patch: