NEW143628
Pasting a single table cell places the caret inside the last pasted cell
https://bugs.webkit.org/show_bug.cgi?id=143628
Summary Pasting a single table cell places the caret inside the last pasted cell
Ryosuke Niwa
Reported 2015-04-10 21:01:08 PDT
e.g. document.execCommand('insertHTML', false, '<table border=1><tbody><tr><td>hello</td></tr></tbody></table>'); results in the caret being placed immediately after "hello" in the last table cell instead of after the table.
Attachments
Radar WebKit Bug Importer
Comment 1 2015-04-10 21:01:43 PDT
Note You need to log in before you can comment on or make changes to this bug.