Add-On option page expands with height:100% and page zoom
Categories
(Toolkit :: Add-ons Manager, defect, P3)
Tracking
()
People
(Reporter: dalepsmith, Assigned: mstriemer)
References
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0
Steps to reproduce:
In my add-on options page, attempting to match the surrounding colors, I set the body min-height to 100% and the html height to 100%
This is similar to https://bugzilla.mozilla.org/show_bug.cgi?id=1601487
Actual results:
On 84.0b8 (64-bit) developer, it worked great! The options page matches the surroundings.
On 83.0 (64-bit) non-developer (what's it called?) the page grows and grows.
Setting a control causes it to grow and grow again.
This may be similar to https://bugzilla.mozilla.org/show_bug.cgi?id=1601487
Expected results:
It should be the normal size.
Assignee | ||
Comment 1•4 years ago
|
||
I installed v0.1 and the full repo of the add-on from https://bitbucket.org/dalepsmith/mdns-discover/downloads/?tab=tags and wasn't able to reproduce this on 81, 83 or 85.
Are there any more steps required here? This does sound similar to bug 1610227 (where the bug you linked was fixed), but that has been in Firefox since version 74. So I would expect this to work as expected on anything newer than that.
Assignee | ||
Updated•4 years ago
|
Reporter | ||
Comment 2•4 years ago
|
||
Thanks for looking into this!
Linux specific perhaps? It doesn't happen on Windows 83.0, but it does for me on Linux 83.0.
Both installed from AMO.
I'm on Debian Buster. updated as of today.
Reporter | ||
Comment 3•4 years ago
|
||
So with the add-on installed, on the about:addons page, select 'preferences' for mdns-discover.
The "Permissions" and "Details" tabs work nicely.
The "Preferences" tab grows. The scrollbar on the right gets smaller and smaller as the page gets longer.
Clicking anywhere within the tab area causes it to re-happen.
Selecting the Service Type shows the available options somewhat removed.
It's not possible to select the enable notifications checkbox.
Reporter | ||
Comment 4•4 years ago
|
||
Reporter | ||
Comment 5•4 years ago
|
||
Assignee | ||
Comment 6•4 years ago
|
||
Do you have the page zoomed? I can reproduce on Windows with that. When I hit ctrl++
to zoom the page the options pane starts growing quickly. The select box is also off in that case as well.
Reporter | ||
Comment 7•4 years ago
|
||
No, it's not zoomed. But I will try tomorrow to Ctrl+ and Ctrl- to see if it changes.
Note that without the html
and body
styling, it works perfectly. The colors are off, but it no longer grows.
Reporter | ||
Comment 8•4 years ago
|
||
My 84.0b8 Developer does do the grow/shrink thing on Ctrl+
and Ctrl-
!
Interesting.
Reporter | ||
Comment 9•4 years ago
|
||
Hah! I DID have zooming on, to 110%.
Assignee | ||
Comment 10•4 years ago
|
||
Thanks for the info!
Comment 11•4 years ago
|
||
Hello,
I’ve managed to reproduce the issue on the latest Nightly (85.0a1/20201213213752), Beta (84.0/20201211215739) and Release (83.0/20201112153044) under Windows 10 Pro 64-bit and Ubuntu 16.04 LTS.
I loaded the provided extension as a temporary add-on via about:debugging and then switched to the “Options/Preferences” tab form the detailed view of the add-on. Zooming in/out using Ctrl+ / Ctrl – does indeed cause the options page to expand/shrink. Returning to 100% zoom stops the growing/shrinking.
Updated•4 years ago
|
Assignee | ||
Comment 12•4 years ago
|
||
Updated•4 years ago
|
Comment hidden (off-topic) |
Comment hidden (off-topic) |
Description
•