Color picker closes the extension's action popup
Categories
(WebExtensions :: Frontend, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: clessili, Unassigned)
References
Details
Attachments
(1 file)
|
831.61 KB,
video/mp4
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0
Steps to reproduce:
-Install an extension that uses browser_action.default_popup (it has a popup menu that can be accessed from the Extension button).
This menu is an HTML page with a color picker (<input type="color">).
-try clicking on the color picker
Actual results:
the extension popup closes as the color dialog opens, preventing the user from selecting a color.
Expected results:
the popup menu should stay open when the user opens a color picker.
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'WebExtensions::Untriaged' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•2 years ago
|
||
It looks like the UI opened by the type="color" input is a separate window which is triggering the browserAction popup to be auto hidden, which is quite unfortunate but not a recent regression (e.g. the same happens with a file input).
Comment 3•1 year ago
•
|
||
See also: Bug 1292701, Bug 1366330
Description
•