Opened 13 years ago

Last modified 12 years ago

#8076 confirmed Bug

Link attribute is not pasted with image.

Reported by: Krzysztof Studnik Owned by:
Priority: Normal Milestone:
Component: Core : Pasting Version: 3.0
Keywords: Cc:

Description

Environment

Found under Opera, also happens under IE

TC

  • open image dialog
  • fill all atributes on all tabs and press OK (or paste example code)

Image with link should be added

<p>
	<a href="http://dev.ckeditor.com/chrome/site/logo-ckeditor-dev.png" target="_blank"><img alt="ckeditor logo" class="test" dir="rtl" id="2" lang="pl" longdesc="http://dev.ckeditor.com/" src="http://dev.ckeditor.com/chrome/site/logo-ckeditor-dev.png" style="border-right: 11px solid; border-top: 11px solid; float: left; margin: 11px; border-left: 11px solid; width: 214px; border-bottom: 11px solid; height: 59px" title="test1" /></a></p>
  • in WYSIWYG select image and copy to clipboard
  • paste selected image, back into editor.

Expected

Copied image == pasted

Actual

Pasted image has no link attribute

</a><img alt="ckeditor logo" class="test" dir="rtl" id="2" lang="pl" longdesc="http://dev.ckeditor.com/" src="http://dev.ckeditor.com/chrome/site/logo-ckeditor-dev.png" style="border-right: 11px solid; border-top: 11px solid; float: left; margin: 11px; border-left: 11px solid; width: 214px; border-bottom: 11px solid; height: 59px" title="test1" />

Attachments (1)

zrzut_ekranu-7.png (8.0 KB) - added by Krzysztof Studnik 13 years ago.

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by Krzysztof Studnik

Attachment: zrzut_ekranu-7.png added

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed

Confirmed for IE and Opera. Other browsers are working fine.

comment:2 Changed 12 years ago by Jakub Ś

In IE If you select "a" on elements path and then copy/paste image - it will be copied with link.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy