Closed
Bug 1297569
Opened 8 years ago
Closed 8 years ago
Disable XUL popup contextmenu handler for all remote targets
Categories
(Core :: XUL, defect, P1)
Core
XUL
Tracking
()
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: jryans, Assigned: jryans)
References
Details
(Whiteboard: [multiviewport][reserve-rdm])
Attachments
(1 file)
In bug 516753, nsXULPopupListener.cpp was modified to abort contextmenu event handling if the event target is content inside a remote xul:browser.
On the DevTools team, we are working on a new Responsive Design Mode tool which uses an <iframe mozbrowser remote> element to display content.
Currently, this XUL popup listener is grabbing contextmenu events before the remote content can process them.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Attachment #8784201 -
Flags: review?(felipc)
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8784201 [details]
Bug 1297569 - Disable XUL popup contextmenu handler for all remote targets.
https://reviewboard.mozilla.org/r/73742/#review72234
Attachment #8784201 -
Flags: review?(felipc) → review+
Assignee | ||
Comment 3•8 years ago
|
||
Pushed by jryans@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b1c1291f1f67
Disable XUL popup contextmenu handler for all remote targets. r=felipe
Updated•8 years ago
|
Iteration: --- → 51.2 - Aug 29
Flags: qe-verify-
Priority: -- → P1
Whiteboard: [multiviewport][reserve-rdm]
Comment 5•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•