Changes between Initial Version and Version 6 of Ticket #12348
- Timestamp:
- Aug 25, 2014, 2:54:04 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12348
-
Property
Status
changed from
new
toconfirmed
-
Property
Version
changed from
to
3.0
-
Property
Summary
changed from
[IE8] Text pasted from textarea is underlined.
to[IE8] Text pasted from textarea is underlined if content ends with a link
-
Property
Status
changed from
-
Ticket #12348 – Description
initial v6 1 1 Moved from: #12341. 2 2 3 * open http://ckeditor.dev/plugins/clipboard/dev/dnd.html 4 * copy text from textarea 3 * open any sample 4 * set data to: `<p>foo <a href="foo">foo</a></p>` 5 * copy text from some textarea 5 6 * paste it... it's underlined :D 6 7 * it happens only when pasting into the framed editor and it happens also when pasting using button in the toolbar (and allowing clipboard access) 7 * and that happens because our pastebin doesn't grab data at all, but `editor#paste` is fired so... we access clipboard directly :|