ISSUE-106: Consider adding mouse capture/release API

mouse capture

Consider adding mouse capture/release API

State:
CLOSED
Product:
HISTORICAL: DOM3 Events [All Bugs and Issues use Bugzilla: http://tinyurl.com/Bugs-DOM3Events]
Raised by:
Doug Schepers
Opened on:
2009-10-19
Description:
It's sometimes desirable to redirect all events of a certain type to a particular element (for example, when dragging a scrollbar or a shape, you may want to allow the mousemove events to all be directed to that element).

To do this, IE implements SetCapture, ReleaseCapture, and GetCapture:
* http://msdn.microsoft.com/en-us/library/ms646262%28VS.85%29.aspx
* http://msdn.microsoft.com/en-us/library/ms646261%28VS.85%29.aspx
* http://msdn.microsoft.com/en-us/library/ms646257%28VS.85%29.aspx

Mozilla has recently added this as well:
http://enndeakin.wordpress.com/2009/08/27/mouse-capturing/

We should consider adding this to DOM3 Events or DOM4 Events.
Related Actions Items:
No related actions
Related emails:
  1. ISSUE-106 (mouse capture): Consider adding mouse capture/release API [DOM3 Events] (from sysbot+tracker@w3.org on 2009-10-19)

Related notes:

Deferred to future spec

Doug Schepers, 18 Aug 2010, 18:47:03

Display change log ATOM feed


Chair, Staff Contact
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 106.html,v 1.1 2016/01/25 10:26:12 carine Exp $