﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11765	Editor does not show in divreplace sample, when clicked between paragraphs.	Marek Lewandowski		"Div is not replaced with editor when you'll click inbetween paragraphs. It's minor issue but can mess up user UX, if he'll click in such place for the very first time.

1. open divreplace sample ([http://ckeditor.dev/samples/divreplace.html divreplace])
2. click on space between two paragraphs

'''Expected result:'''[[BR]]
Editor should be created.

'''Current result:'''[[BR]]
Nothing happens.

additional info:[[BR]]
1. The reason for this issue is iterating {{{element.parentNode}}} from the very first iteration. If you click in position given above, the ev.target || ev.srcElement will point to div (with class editable). Therefore first iteration will check against body, rather than div. Code is located in samples/divreplace.html."	Bug	confirmed	Normal		General	4.0			
