Closed
Bug 1374015
Opened 7 years ago
Closed 7 years ago
Serious problem with popup window
Categories
(WebExtensions :: Frontend, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1366330
People
(Reporter: bandaruharsha57, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0
Build ID: 20170615070049
Steps to reproduce:
Created a add on with a popup browser_action. In the popup html is an <input type="file" ...> tag, used to allow a user to upload a file into the add on.
Expected results:
The popup page should remain open while the user is selecting a file in the file select window.
Actual results:
When the user clicks the file select button the file select window is displayed. When the user clicks into the file select window the popup is closed. This renders severs the connection/link between the file select window and the code running in the popup page, resulting in nothing happening when the user selects a file.
Expected results:
The popup page should remain open while the user is selecting a file in the file select window.
Updated•7 years ago
|
Component: Untriaged → WebExtensions: Frontend
Product: Firefox → Toolkit
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•