Warning:
This wiki has been archived and is now read-only.

Dblclick

From WEBAPPS
Jump to: navigation, search

WebAppsDOM3Events ⇨ Dblclick

* Type        dblclick
* Namespace   None
* Interface   MouseEvent
* Cancelable  Yes
* Bubbles     Yes
* Target      Element

Context Info is the same as for the click event the dblclick event is dispatched after, including UIEvent.detail taken in account platform conventions.

dblclick is dispatched after the click event. It is not dispatched as default action of the click event though, cancelling the click event does not cancel the dblclick event.

Unusual Behavior

Some unusual behavior is observed due to platform conventions.