Closed
Bug 1183686
Opened 9 years ago
Closed 9 years ago
Only text data available when I paste content from MS Word
Categories
(Core :: DOM: Serializers, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 586587
People
(Reporter: p.jasiun, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36
Steps to reproduce:
Copy formatted text from MS Word 2013 and pasted them in the `contenteditable` element and listen on the paste event to get data using Clipboard API.
Actual results:
Only `text/plain` data are available.
Expected results:
At lest `text/plain` and `text/html` data should be available, so it would be possible to get data which will be pasted in the `contenteditable` element if I do not prevent the `paste` event.
Reporter | ||
Comment 1•9 years ago
|
||
This is the reason of the issue in the CKEdior 4.5 which starts using Clipboard API: http://dev.ckeditor.com/ticket/13528 And because of it, it is not possible to trust Clipboard API.
Comment 3•9 years ago
|
||
I really don't have time to look at this, sorry. Neil, do you?
Flags: needinfo?(ehsan) → needinfo?(enndeakin)
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Flags: needinfo?(enndeakin)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•