﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11417	Doubleclick event (documented) can never work	xmo		"* Create trivial widget, hook {{{doubleclick}}} event to some operation (e.g. {{{console.log}}})
* Open editor
* Double click widget

Expected: see operation execute
Observed: nothing happens

Internally (in {{{setupWidget}}}) the widgets plugin hooks into {{{doubleclick}}} to trigger {{{edit}}} (by calling {{{widget.edit()}}}), then cancels the event leading to further event handlers being ignored.

As a result, listening to {{{doubleclick}}} will never have any effect unless {{{removeAllListeners}}} is invoked beforehand, which is obviously a terrible idea.

Possible solutions:
* make the handling of {{{doubleclick}}} customisable somehow
* remove {{{doubleclick}}} from widget's documentation and document {{{edit}}} as firing on double click
* ???"	Bug	closed	Normal	CKEditor 4.3.3	UI : Widgets	4.3.1	fixed		
