Closed
Bug 1736340
Opened 3 years ago
Closed 2 years ago
Considering do not treat the click on scrollbar as a user interaction with the web content
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
107 Branch
Tracking | Status | |
---|---|---|
firefox107 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This is filed from https://bugzilla.mozilla.org/show_bug.cgi?id=1733815#c5.
We don't dispatch click
event to document if the click happens on side bar, so I guess it probably makes sense that don't treat it as user interaction with the page.
Comment 1•3 years ago
|
||
FYI, this can be reproduced on this if we set media.autoplay.default=5
. It was reported in bug1730301 and I found that dragging the sidebar to scroll the page would activate the page and make video being able to start.
Blocks: block-autoplay
Assignee | ||
Updated•2 years ago
|
Summary: Considering do not treat the click on sidebar as a user interaction with the web content → Considering do not treat the click on scrollbar as a user interaction with the web content
Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → echen
Attachment #9295656 -
Attachment description: WIP: Bug 1736340 - Do not treat the click on scrollbar as a user interaction with the web content; → Bug 1736340 - Do not treat the click on scrollbar as a user interaction with the web content; r?smaug
Status: NEW → ASSIGNED
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b83d1dcde338
Do not treat the click on scrollbar as a user interaction with the web content; r=smaug
Comment 5•2 years ago
•
|
||
Backed out changeset b83d1dcde338 (Bug 1736340) for causing mochitest failures on test_useractivation_scrollbar.html.
Backout link
Push with failures <--> 1
Failure Log
Flags: needinfo?(echen)
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4687f41f810e
Do not treat the click on scrollbar as a user interaction with the web content; r=smaug
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(echen)
Comment 7•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox107:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•