lostpointercapture

< dom
Jump to: navigation, search

lostpointercapture

This page has been flagged with the following issues:

High-level issues:


W3C Working Draft

Summary

Dispatched after pointer capture is released for a pointer.


Overview Table

Synchronous No
Bubbles Yes
Target dom/Element
Cancelable No
Default action None

This event is dispatched prior to any subsequent events for the pointer after capture was released. This event is dispatched to the element from which pointer capture was removed. Subsequent events for that pointer follow normal hit testing mechanisms for determining the event target. See releasePointerCapture.

Needs Examples: This section should include examples.



Related specifications

Specification Status Related Changes
Pointer Events Working Draft 3.2.11

Compatibility

Desktop

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic Support ?
?
?
IE10 -ms
?
?

Mobile

Feature Android BlackBerry Chrome for mobile Firefox Mobile (Gecko) IE Mobile Opera Mobile Opera Mini Safari Mobile
Basic support ? ? ? ? ? ? ? ?


Compatibility notes

Browser Version Note
Internet Explorer 10 Supported as: MSLostPointerCapture

See also

Related articles

Pointer Events




  • lostpointercapture