﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10912	Links with children elements are not handled correctly in a readonly block	xmo	Piotrek Koszuliński	"This is essentially a subset of #6032 which wasn't fixed then.

Do the same thing as in #6032 but put a child element in the link, e.g. an image:

* load an editor with the html
    {{{
<p contenteditable=""false"">
    <a href=""http://ckeditor.com"">
        <img src=""http://b.cksource.com/a/1/10th/ckeditor10years.png"">
    </a>
</p>
    }}}
* click on the image

Expected: nothing happens (link disabled)
Observed: the ckeditor main page opens

"	Bug	closed	Normal	CKEditor 4.2.2	Core : Editable		fixed		
