﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14714	[Webkit/Blink] Exception thrown on refocusing blurred inline editor	Jakub Ś	Marek Lewandowski	"== Steps to reproduce ==

1. Open div area sample.
1. Clear up the editor content.
1. Put the selection inside the editor.
1. Select ""Marker"" style from a styles dropdown and type some text.
1. Blur the editor (by clicking outside of the editor).
1. Click on styles button.
1. Blur the editor (by clicking outside of the editor).
1. Click on styles button.

== Expected result ==

No JS error is thrown

== Actual result ==

JS error is thrown:
{{{
Uncaught DOMException: Failed to execute 'setStart' on 'Range': The offset 13 is larger than or equal to the node's length (6).
}}}

== Other details (browser, OS, CKEditor version, installed plugins) ==
"	Bug	assigned	Normal	CKEditor 4.7.0	General	4.0		Blink	
