[Webkit-unassigned] [Bug 143628] New: Pasting a single table cell places the caret inside the last pasted cell

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 10 21:01:08 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143628

            Bug ID: 143628
           Summary: Pasting a single table cell places the caret inside
                    the last pasted cell
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: darin at apple.com, enrica at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150411/06eb9b71/attachment-0001.html>


More information about the webkit-unassigned mailing list