﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14565	Pressing delete key in a highlighted image inside a floating div throws an error	mdprw	Tade0	"If you have an image inside a floating div an error occurs if you highlight the image and press delete key.
The error appear in line 949 of editable.js [[BR]]

{{{
path = range.startPath()
}}}


since range is undefined.

== Steps to reproduce ==

1. Open current version of online nightly ckeditor.
2. insert the folowing html source code: 

{{{
<div style=""float:left""><img src=""img/logo.png"" /></div>
}}}

3. Highlight image (don't use mouse click to select).
4. Press delete key.

* if you use the lastest stable version you can use:

{{{
<div style=""float:left;""><img src=""http://c.cksource.com/a/5/img/sprites.png"" /></div>
}}}


== Other details (browser, OS, CKEditor version, installed plugins) ==
OS: Windows 7
Browser: Firefox 45.0.1
CKEditor: 4.5.8"	Bug	review_failed	Normal		Core : Editable	4.0		Firefox	
