﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11064	[Blink/Webkit] Can not select all when widget is last element	Piotr Jasiun	Marek Lewandowski	" - open Chrome or Opera,
 - go to http://ckeditor.dev/plugins/image2/samples/image2.html
 - copy an image as a last element of content,
 - try to select all (CTRL+A).

You should be not able to do this.

On IE10 and FF everything works fine.

You can also reproduce that bug using:
{{{
<p>AA</p>
<p contenteditable=""false"">BB</p>
}}}
Do not forget to set `allowedContent: true` on editor to use this sample code.

-----

Related browsers bugs:

* Blink's bug: https://code.google.com/p/chromium/issues/detail?id=415474
* Webkit's bug: https://bugs.webkit.org/show_bug.cgi?id=136911"	Bug	closed	Must have (possibly next milestone)	CKEditor 4.6.1	General	4.0	fixed	Blink Webkit	
