RE: MSPointer implementation only dispatches mousemove when hovering

Implementation bug. :-(

IE10 actually fires an event called MSPointerHover in this scenario (only applies for pen stylus). We intend to fix that to match the spec by firing MSPointerMove.

From: Scott González [mailto:scott.gonzalez@gmail.com]
Sent: Friday, May 3, 2013 7:50 AM
To: public-pointer-events@w3.org
Subject: MSPointer implementation only dispatches mousemove when hovering

I noticed that if you hover with stylus, IE10 will produce mousemove events but not MSPointerMove events. If you hover from one element to another, MSPointerOut and MSPointerOver are fired, but still no MSPointerMove.

Does anyone know why this behavior was implemented?

Received on Friday, 3 May 2013 18:32:00 UTC