﻿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		" - open Chrome or Opera,
 - go to http://ckeditor.dev/plugins/image2/samples/image2.html
 - copy image a 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 reproduse 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.

* 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	confirmed	Normal		General	4.0		Blink Webkit	
