NEW 136922
REGRESSION (iOS 8): Contenteditable get broken after paste
https://bugs.webkit.org/show_bug.cgi?id=136922
Summary REGRESSION (iOS 8): Contenteditable get broken after paste
Piotr Jasiun
Reported 2014-09-18 07:52:37 PDT
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2014-09-18 10:05:18 PDT
Note You need to log in before you can comment on or make changes to this bug.