﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12178	[Blink/Webkit] Iterator does not return block if selection is located at the end of it	Piotrek Koszuliński	Piotrek Koszuliński	"1. Open any sample.
2. Make following selection:
{{{
<p>foo</p>
<p>bar[</p>
<p>bo]m</p>
}}}
E.g. select ""bo"" and press shift+left.
3. Apply some format.

* Expected: Format is applied to both paragraphs, because selection clearly starts in `<p>bar<p>` (you can verify that by using some different format and checking elements path).
* Actual: Format is applied only to the last paragraph (""bom"")."	Bug	closed	Normal	CKEditor 4.4.4	Core : Selection		fixed	Blink Webkit	
