Clicking on the Picture-in-Picture toggle should not dispatch pointer / mouse events in content
Categories
(Toolkit :: Video/Audio Controls, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | verified |
People
(Reporter: mconley, Assigned: mconley)
References
(Depends on 1 open bug)
Details
Attachments
(5 files, 2 obsolete files)
STR:
-
Ensure that Picture-in-Picture is enabled (set media.videocontrols.picture-in-picture.video-toggle.enabled and media.videocontrols.picture-in-picture.enabled to true)
-
Visit the testcase in this bug
-
Hover the mouse over the video
-
Click on the Picture-in-Picture toggle
ER:
The video should open in the Picture-in-Picture window
AR:
The video opens in the Picture-in-Picture window, but before doing so, shows some alerts from the content area in response to mousedown and mouseup events.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D29422
Assignee | ||
Comment 5•2 years ago
|
||
Depends on D29679
Assignee | ||
Comment 6•2 years ago
|
||
In this case, we want the Picture-in-Picture window to open, and we still want
to suppress all of the mouse button events from reaching content. We also want
to make sure that subsequent mouse button events all get sent down to content
normally.
Depends on D29680
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Pushed by mconley@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a3cfd676266f Suppress mouse button events firing in content when clicking on the Picture-in-Picture toggle. r=jaws
Comment 8•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Pushed by mconley@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/52b85c93b087 Add regression test for click event suppression for the Picture-in-Picture toggle. r=dthayer https://hg.mozilla.org/integration/autoland/rev/f779706e1c53 Factor out some helper functions for testing Picture-in-Picture toggles. r=dthayer https://hg.mozilla.org/integration/autoland/rev/550a15442d5b Add a test for mousedown'ing on a Picture-in-Picture toggle, but mouseup'ing on something else. r=dthayer
Comment 10•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/52b85c93b087
https://hg.mozilla.org/mozilla-central/rev/f779706e1c53
https://hg.mozilla.org/mozilla-central/rev/550a15442d5b
Comment 11•2 years ago
|
||
Build ID 20190626093633
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0
Verified as fixed on the latest Nightly build on Windows 10.
Description
•