Open
Bug 1869968
Opened 2 years ago
Updated 1 year ago
Pointer lock on windows makes the mouse go faster when the mouse polling rate is high
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: pfg, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.24 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0
Steps to reproduce:
- Use a mouse set to a high polling rate, such as the logitech g502 hero set to 1000
- Navigate to the attached demo
- Move the mouse in circles. Notice that the black square perfectly tracks the mouse movements, albeit offset from the exact mouse position
- Press 'enable pointer lock'
- Move the mouse around, notice that the black square representing the cursor will sometimes move much faster than it should when you move your physical mouse.
Actual results:
The black square representing the mouse will sometimes move much faster than it would if pointer lock was not enabled
Expected results:
The mouse should move at the same speed it would on the windows desktop normally and not go really fast randomly.
Comment 1•2 years ago
|
||
Moving this to Core > DOM: UI Events & Focus Handling component to allow our engineers to examine it more closely. If this is not the right component, please move it to a more appropriate one. Thanks!
Component: Untriaged → DOM: UI Events & Focus Handling
Product: Firefox → Core
Updated•2 years ago
|
Blocks: pointer-lock
Updated•2 years ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•