Changes between Initial Version and Version 6 of Ticket #12348


Ignore:
Timestamp:
Aug 25, 2014, 2:54:04 PM (11 years ago)
Author:
Piotrek Koszuliński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12348

    • Property Status changed from new to confirmed
    • 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
  • Ticket #12348 – Description

    initial v6  
    11Moved from: #12341.
    22
    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
    56* paste it... it's underlined :D
    67* 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 :|
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy