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)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox85 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
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•5 years ago
|
||
This matches other browsers, see 1, and should fix this and other
similar bugs like bug 1610726.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 4•5 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
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 6•5 years ago
|
||
| bugherder | ||
Comment 8•1 year ago
|
||
Sorry to necro, afaict this doesn't match Chromium as here we consume, whereas linked Chromium code only checks if active without consuming?
Description
•