Bug 136922 - REGRESSION (iOS 8): Contenteditable get broken after paste
Summary: REGRESSION (iOS 8): Contenteditable get broken after paste
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-09-18 07:52 PDT by Piotr Jasiun
Modified: 2014-09-18 10:05 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Jasiun 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.
Comment 1 Radar WebKit Bug Importer 2014-09-18 10:05:18 PDT
<rdar://problem/18381830>