In Safari & Chrome (not in FireFox, e.g. "in webkit"), when we're playing Windows Media Player in the background and we listen for mouse move events (using JQuery here), we're seeing mouse move events fire even when the mouse isn't moving.
This only happens when windows media player is running, and stops occurring if the mouse moves outside of the canvas.
But if the user leaves the computer with the music playing and the mouse in the canvas, we can't identify their idle state.
Questions:
- Anyone heard of this? Gotta magic fix?
- This seems like a webkit issue, but I'm no webkit expert, how would I go about announcing it to the webkit folks?