Closed
Bug 1384190
Opened 8 years ago
Closed 8 years ago
Web extension browser action popup dismisses when system window opens
Categories
(WebExtensions :: Frontend, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1292701
People
(Reporter: kyle.spearrin, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36
Steps to reproduce:
1. Create a web extension with a browser action popup page.
2. Place a `<input type="file" name="file" />` element in the popup page.
3. Open the popup and click the "Browse" option for the file input.
Actual results:
File chooser window opens and dismisses the browser action popup.
Expected results:
Popup should remain open when choosing a file. This is the behavior in Chrome & others.
OS: Unspecified → Windows 10
Summary: Web extension browser action popup dismisses when file input browsed → Web extension browser action popup dismisses when system window opens
Also note that this same behavior occurs when downloading a file from the browser action popup as well (via anchor tag `download` attribute). The system window opens asking "What should Firefox do with this file?" "Open with" or "Save File" and the browser action popup is dismissed.
Updated•8 years ago
|
Component: Untriaged → WebExtensions: Frontend
Product: Firefox → Toolkit
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•