Opened 14 years ago
Last modified 13 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)
Change History (3)
Changed 14 years ago by
Attachment: | zrzut_ekranu-7.png added |
---|
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 13 years ago by
In IE If you select "a" on elements path and then copy/paste image - it will be copied with link.
Confirmed for IE and Opera. Other browsers are working fine.