Closed
Bug 1333574
Opened 6 years ago
Closed 5 years ago
mousemove event while in Pointerlock mode
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox51 | --- | affected |
firefox52 | --- | unaffected |
firefox53 | --- | unaffected |
firefox54 | --- | unaffected |
People
(Reporter: renambot, Unassigned)
Details
(Whiteboard: [specification][type:bug])
What did you do? ================ 1. https://threejs.org/examples/#misc_controls_pointerlock 2. http://www.smartjava.org/examples/pointerlock/ 3. Try these examples: while in pointerLock the mouse move event are bogus What happened? ============== Not getting correct data in mousemove event while in pointerLock What should have happened? ========================== it should be better Is there anything else we should know? ======================================
Forgot to mention: it used to work before 51, and seems to work in 52, 53, 54.
Updated•6 years ago
|
Component: API → Untriaged
Product: Mozilla Developer Network → Firefox
Comment 2•6 years ago
|
||
Can you explain more in detail what the the problem is with your mousemove events?
Flags: needinfo?(renambot)
(In reply to Justin [:JW_SoftvisionQA] from comment #2) > Can you explain more in detail what the the problem is with your mousemove > events? Click: http://www.smartjava.org/examples/pointerlock/ it should produce the same behavior in both windows. But now, in v51, the pointer gets stuck around position 0,0 during Pointerlock, mode used in games. That's annoying because people were getting excited about WebGL2. See also: https://blog.playcanvas.com/mozilla-launches-webgl-2-with-playcanvas/
Comment 4•6 years ago
|
||
Bug triage day (2017-01-30) I'm using Nightly 54 It works perfectly with my browser. After click that picture my mouse pointer disappear and 360degree image works . After clicking escape button my mouse pointer appears..
Comment 5•6 years ago
|
||
Interesting. I still can not reproduce this issue. it works perfectly on my browser also.
Comment 6•6 years ago
|
||
Im using firefox developer edition and windows10 os it works for me..
Comment 7•6 years ago
|
||
[bugday-20170130] OS:Windows 8.1, Browser: Firefox Nightly 54.0a1. I tried to reproduce your bug but i cant reproduce it, it works correctly for me.
It seems fine on Linux and Windows, but broken on Mac. it used to work before 51, and seems to work in 52, 53, 54.
Comment 9•6 years ago
|
||
I was only testing on windows previously but after comment 8 I tested on Mac and was able to reproduce. I am thinking this will be a graphics issue.
status-firefox51:
--- → affected
status-firefox52:
--- → unaffected
status-firefox53:
--- → unaffected
status-firefox54:
--- → unaffected
Component: Untriaged → Graphics
Flags: needinfo?(renambot)
OS: Other → Mac OS X
Product: Firefox → Core
Version: unspecified → 51 Branch
Updated•6 years ago
|
Component: Graphics → Event Handling
Comment 10•6 years ago
|
||
[bugday-20170130] OS: Windows 8.1, Browser: Firefox Nightly 54.0a1. it works correctly for me.
Comment 11•6 years ago
|
||
OS: Fedora 25, Browser : Firefox Nightly 54.0a1. Unable to reproduce the bug.
Comment 12•5 years ago
|
||
Going to close this as WORKSFORME, since all the latest versions don't have this issue, and this is not serious enough to have a dot line branch for 51.
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 13•5 years ago
|
||
Fixed on Mac now running v52.0
Assignee | ||
Updated•3 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
•