Closed
Bug 1438357
Opened 8 years ago
Closed 8 years ago
MozDOMPointerLock:Exited is dispatched when DOM is at unstable state
Categories
(Core :: DOM: Core & HTML, defect, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
Details
Attachments
(1 file)
|
1.01 KB,
patch
|
baku
:
review+
|
Details | Diff | Splinter Review |
The chrome only event is used by a framescript to send message to parent.
In bug 1413102 event dispatching needs to call SubtreeRoot, and that isn't
set properly when MozDOMPointerLock:Exited is dispatched.
| Assignee | ||
Comment 1•8 years ago
|
||
Just dispatch the event a bit later. The event listener does anyhow async message passing to parent.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=747cfe56e68ad03ca96d491efcb8cff03742c7d3
Tryserver build is with other Shadow DOM changes.
Attachment #8951084 -
Flags: review?(mrbkap)
| Assignee | ||
Comment 2•8 years ago
|
||
oops, named the patch wrong. Not fullscreen, but pointerlock exit.
Updated•8 years ago
|
Attachment #8951084 -
Flags: review?(mrbkap) → review+
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e3e179fc8456
MozDOMPointerLock:Exited is dispatched when DOM is at unstable state, r=baku
Updated•8 years ago
|
Priority: -- → P2
Comment 4•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•