﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9211	Editor content replaced with a link's destination page when the editor is in readonly mode	nuffsaid		"Steps:

Make it so you have an image with a link in the editor. Something like this:

{{{
<a href=""http://www.google.com""><img alt=""smiley"" height=""20"" src=""http://nightly-v4.ckeditor.com/3419/plugins/smiley/images/regular_smile.gif"" title=""smiley"" width=""20"" /></a>
}}}

-Make the editor read-only

-Click on the image

Result: The link's url is followed and the ckeditor's content area is replaced with the destination page. This brakes the ckeditor's functionalities even if the buttons are still visible.

If the link has only text, the link is not followed and no problem arise.

Reproducible on every browser at [http://ckeditor.com/demo] with 
{{{
CKEDITOR.instances.editor1.setReadOnly( true )
}}}
 after adding the link to the image.
Or, since there is a button to make read-only, even more easily at:
[http://nightly-v4.ckeditor.com/3419/samples/readonly.html]
"	Bug	confirmed	Normal		Core : Read-only	3.6			
