With dom.event.contextmenu.enabled set to false, PiP toggle is overlayed by context menu
Categories
(Toolkit :: Picture-in-Picture, defect, P3)
Tracking
()
People
(Reporter: metasieben, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
92.53 KB,
image/png
|
Details |
With >dom.event.contextmenu.enabled< set to true the Picture-in-Picture hide-toggle is overlayed by the context menu.
STR:
set media.videocontrols.picture-in-picture.video-toggle.enabled: true
set dom.event.contextmenu.enabled: true
open video
right-click the pip-toggle
both menus are displayed
Updated•5 years ago
|
Comment 1•5 years ago
|
||
dom.event.contextmenu.enabled
is set to true
by default. When I test with the default value, the content context menu does not display, as expected.
If I flip that preference to the non-default false
value, then both menus appear as described in comment 0.
So did you mean to say in comment 0 that dom.event.contextmenu.enabled
should be set to false
?
Reporter | ||
Comment 2•5 years ago
|
||
oops. sorry 'bout that.
the corrected STR's are:
set media.videocontrols.picture-in-picture.video-toggle.enabled: true
set dom.event.contextmenu.enabled: false
open video
right-click the pip-toggle
both context-menus are displayed
Reporter | ||
Updated•5 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment 3•3 years ago
|
||
Reproducible in Nightly v100.0a1 on Windows 10 and Ubuntu 20.
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment 4•3 years ago
|
||
Changing the priority to P2 as the bug is tracked by a release manager for the current nightly.
See Triage for Bugzilla for more information.
If you disagree, please discuss with a release manager.
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Description
•