Bug 143775
Summary: | Custom copy and cut does not work on iOS | ||
---|---|---|---|
Product: | WebKit | Reporter: | Piotr Jasiun <p.jasiun> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | iPhone / iPad | ||
OS: | Unspecified |
Piotr Jasiun
1. Open attached sample.
2. Select some text in the editable element ("bar").
3. Use "Copy" option from the content balloon.
4. Move selection somewhere else in the editable element (put caret after "Foo").
5. Try to paste.
Expected result: "xxx" will be paste (see the code).
Actual result: No paste option is available.
It works fine on the desktop browsers (tested with Safari, Chrome and Firefox).
Does not work on iOS 8.3 with mobile Safari 8 (AppleWebKit/600.1.4).
I tried to set all data types Safari@iOS set by default ("apple web archive pasteboard type", "public.html", "public.png", "public.tiff", "public.jpeg", "com.compuserve.gif", "text/uri-list", "text/plain", "com.apple.rtfd", "public.rtf") but it does not solve the problem.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 143776 ***