Closed
Bug 1678389
Opened 4 years ago
Closed 4 years ago
File / Color input popup silently doesn't show up if called after an async call due to the popup blocker.
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
85 Branch
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
These checks can cause issues in cases like this:
https://stackoverflow.com/questions/64916575/file-browser-is-not-opening-after-ajax-call-in-firefox
It seems like we should be able to figure out a way to properly propagate the user activation in this case.
Assignee | ||
Comment 1•4 years ago
|
||
This matches other browsers, see 1, and should fix this and other
similar bugs like bug 1610726.
Updated•4 years ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Updated•4 years ago
|
Severity: -- → S3
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b21f364898eb
Use transient user activation for <input> file/color picker. r=edgar
Comment 4•4 years ago
|
||
Backed out changeset b21f364898eb (Bug 1678389) for causing Android gv-unit failures CLOSED TREE
Failure log: https://treeherder.mozilla.org/logviewer?job_id=322560605&repo=autoland&lineNumber=9136
Backout: https://hg.mozilla.org/integration/autoland/rev/1c991028c6dce5f6892cc1a077b5b2cd9cf27322
Flags: needinfo?(emilio)
Updated•4 years ago
|
Attachment #9188937 -
Attachment description: Bug 1678389 - Use transient user activation for <input> file/color picker. r=edgar,smaug → Bug 1678389 - Use transient user activation for <input> file/color picker. r=edgar
Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(emilio)
Updated•4 years ago
|
Attachment #9188937 -
Attachment description: Bug 1678389 - Use transient user activation for <input> file/color picker. r=edgar → Bug 1678389 - Use transient user activation for <input> file/color picker. r=edgar,smaug
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ec16588c8163
Use transient user activation for <input> file/color picker. r=edgar,smaug
Comment 6•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
Updated•3 years ago
|
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•