Opened 12 years ago

Closed 12 years ago

#9012 closed Bug (duplicate)

Link plugin does not work with image

Reported by: ga.n Owned by:
Priority: Normal Milestone:
Component: General Version: 3.6.4
Keywords: Cc:

Description

How to reproduce the bug:

  1. open http://ckeditor.com/demo
  1. switch to source code and paste the following:
<p>
<a href="/userfiles/images/Mouse.jpg"><img alt="" src="/userfiles/images/Mouse.jpg" style="float: left; width: 100px; height: 100px; " /></a>some text<br />
	<a href="mailto:someone@example.com?subject=Message%20subject">Email someone</a></p>
  1. select the image
  1. click on the link icon

Expected result:

The URL field contains /userfiles/images/Mouse.jpg

Actual result:

The URL field is empty

also tested on nightly build at

http://nightly.ckeditor.com/7490/_samples/replacebyclass.html

Change History (1)

comment:1 Changed 12 years ago by Jakub Ś

Resolution: duplicate
Status: newclosed

DUP of #8738

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