Closed
Bug 1400481
Opened 7 years ago
Closed 7 years ago
File request dialog within option window for web-extension closes option window
Categories
(WebExtensions :: General, defect)
WebExtensions
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1366330
People
(Reporter: github, Unassigned)
Details
Attachments
(1 file)
19.47 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0
Build ID: 20170824053622
Steps to reproduce:
A) Include a <input type=file ... > element in the option window for the web-extension (see attached image) to select/import for example settings.
B) Save file via <a href="object-url etc." download="filename">...
Actual results:
A) When "browse file.." is selected the web-extension's option window closes immediately and renders event listener, references etc. invalid, and the file can not be processed.
B) As with A, the window closes, but in this case the content can be saved - but is assumed to be unstable (?). No actions can be performed after dialog has been closed until user select the icon for the option window again.
Expected results:
Option window for web-extensions should make an exception and stay open for file dialog use.
Updated•7 years ago
|
Component: Untriaged → WebExtensions: General
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
•