Changes between Initial Version and Version 1 of Ticket #14861, comment 5
- Timestamp:
- Sep 16, 2016, 4:07:46 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14861, comment 5
initial v1 6 6 3. `about:blank` page opened in Chrome, where I then opened DevTools and added `contenteditable` attribute to `body`, closed DevTools, performed paste and opened DevTools again to illustrate what is inserted 7 7 8 I understand that pasting into a `contenteditable` element which is not a CKEDITOR is probably uncommon scenarion. It is just a case when clipboard's HTML content is given priority over text content, and it illustrates that clipboard HTML content is incorrect. 8 I understand that pasting into a `contenteditable` element which is not a CKEDITOR is probably an uncommon scenarion. It is just a case when clipboard's HTML content is given priority over text content, and it illustrates that clipboard's HTML content is incorrect. 9 10 ''Update'': fixed typos