﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12022	[Nested widgets] Outer widget's drag handler is not created if it has any nested widgets	Piotrek Koszuliński	Piotrek Koszuliński	"Part of: #10931.

1. Open plugins/widget/dev/nestedwidgets.html
2. See that simple boxes don't have drag handlers.

The reason is that we try to find existing drag handler by findOne( '.cke_widget_drag_handler_container' ), so since nested widgets are already initialised while we do this, we find their handlers.

Note that changing order will not solve the issue because when pasting all widgets have drag handlers, so we'll find them anyone. And not necessarily the one we get from findOne is the main widget's handler."	Bug	closed	Normal	CKEditor 4.4.2	UI : Widgets	4.3 Beta	fixed		
