Closed
Bug 1551112
Opened 6 years ago
Closed 6 years ago
"More Tools" Button Limits the Width of Extension Configuration Window
Categories
(WebExtensions :: Frontend, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1373490
People
(Reporter: eraygezer.94, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
161.25 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
- Click "More Tools" button (">>") on toolbar on the right.
- Click on an extension that is supposed to pop up a configuration/settings window.
Actual results:
If the configuration page of an extension has a fixed width;
- If it is narrower than the width of "More Tools" pop up, it shows blank space.
- If it is wider than the width of "More Tools" pop up, the content overflows. (This is more annoying since it obscures some useful stuff.)
Expected results:
It should have shown the full content of the configuration page/window.
Updated•6 years ago
|
![]() |
||
Comment 1•6 years ago
|
||
I can reproduce the issue.
The panel should grow to a size of 800x600 pixels.
(see https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Popups )
Component: Frontend → Android
![]() |
||
Updated•6 years ago
|
Status: UNCONFIRMED → NEW
Component: Android → Frontend
Ever confirmed: true
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•