Closed
Bug 1107554
Opened 10 years ago
Closed 10 years ago
Super sensitive mouse movements with API Pointer Locker
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1085567
People
(Reporter: albgau.44, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0
Build ID: 20141204030201
Steps to reproduce:
I allow the navigator to hide my pointer on a game web page. This game use the event mousemove to rotate a webgl camera with the BABYLON.js library.
Actual results:
The mouse movements became super sensitive, the camera rotates too quickly.
Expected results:
The rotation of the camera should be the same when pointer is hide than it isn't.
Comment 1•10 years ago
|
||
Do you still reproduce this ?
Can you post a public URL as an example?
Flags: needinfo?(albgau.44)
yes I can reproduce this.
Try this demo on firefox, then on nightly : http://www.pixelcodr.com/tutos/shooter/game/index.html
You will be able to see that pointerLocker seems to have a problem. I test this on several webGL demo using pointerLocker, and they have all the same "bug".
Flags: needinfo?(albgau.44)
Comment 3•10 years ago
|
||
works fine with e10s OFF
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•