[Webkit-unassigned] [Bug 136922] New: Contenteditable get broken after paste.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 18 07:52:35 PDT 2014


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

           Summary: Contenteditable get broken after paste.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: iOS
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: p.jasiun at cksource.com


Tested Safari, WebKit version 600.1.4 on iOS 8.

For testing use HTML:

    <!DOCTYPE html>
    <html>
        <body>
            <div id="editor" contenteditable="true">
                <p>Lorem ipsum dolor.</p>
            </div>
        </body>
    </html>

1. Select any word by long-press.
2. Select 'copy' from the context menu.
3. Put cursor anywhere in the contenteditable.
4. Open context menu by long-press and select 'paste'.
5. Try to put cursor in any word in the editable.

Expected result: cursor is shown at the position.

Actual result: word is selected and "No Replacements Found" message is shown.

There was no such bug in the iOS 7.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list