Bug 143628

Summary: Pasting a single table cell places the caret inside the last pasted cell
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: darin, enrica, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Ryosuke Niwa 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.
Comment 1 Radar WebKit Bug Importer 2015-04-10 21:01:43 PDT
<rdar://problem/20508641>