WebExtensions - Embedded add-on options page does not zoom when Add-ons Manager (about:addons) page is zoomed
Categories
(Toolkit :: Add-ons Manager, defect, P5)
Tracking
()
People
(Reporter: dw-dev, Assigned: emilio)
References
Details
Attachments
(6 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0 Build ID: 20170809080026 Steps to reproduce: In Firefox 56 or Firefox 57: 1. Select Tools > Add-ons. 2. Select Extensions tab. 3. Click Options button of any WebExtensions add-on (e.g. Print Edit WE) 4. Increase the zoom level to 200%. Actual results: The options dialog (embedded options page) for Print Edit WE does not increase in size (is not zoomed). Expected results: The options dialog (embedded options page) for Print Edit WE should increase in size (should be zoomed).
Updated•4 years ago
|
Updated•4 years ago
|
Comment 1•3 years ago
|
||
It's unfortunate that this was marked as "wontfix". Even though the issue is specifically about extension options, not fixing zoom issues means that users with low vision may have a difficult time using Firefox.
Comment 2•3 years ago
|
||
(In reply to Marcy Sutton from comment #1) > It's unfortunate that this was marked as "wontfix". It was marked as wontfix for Firefox 57 which shipped more than a year ago. The bug is still open, albeit not a high priority.
Comment 7•6 months ago
|
||
Emilio, do you know how we might get the extension's browser here to zoom with the page zoom? This bug has a couple other attached to it and I'm somewhat curious if zooming the extension's browser would help fix them
| Assignee | ||
Comment 8•6 months ago
|
||
Can you elaborate what you mean? The extension browser seems zoomed in / out. I was using the tree style tabs option page for reference, and text becomes larger / smaller as I zoom in and out.
Comment 9•6 months ago
|
||
100% scaling for TST from about:addons.
Comment 10•6 months ago
|
||
200% scaling for TST from about:addons.
Comment 11•6 months ago
|
||
Emilio, I think these screenshots show the situation. You can see parts of the screen are being scaled properly, but others are not. If you click on the "Open this options page in more wide space", that page properly responds to scaling. (Ex: moz-extension://6939839e-4af5-451a-a51f-c1c4fdc46bc4/options/options.html#!)
| Assignee | ||
Comment 12•6 months ago
|
||
Huh, odd. I do see those contents scaled here... Are you on nightly as well?
Comment 13•6 months ago
|
||
No, sorry ... I am on FF83.
| Assignee | ||
Comment 14•6 months ago
|
||
It'd be good to check if this is fixed on Nightly for you too or if this is somehow OS-specific or something. If you could try a build from https://nightly.mozilla.org it'd be great, but no worries if not, I can check on a Windows machine next week.
Comment 15•6 months ago
|
||
Here's an example zooming from macOS nightly. The page is zooming but the content provided by the extension here doesn't grow. The text inputs are the same size at all zoom levels.
Comment 16•6 months ago
|
||
I fired up Windows Sandbox, installed Nightly (85.0a1 (2020-12-12) (64-bit)), installed TST ... still not working.
Updated•6 months ago
|
Comment 17•6 months ago
|
||
Emilio, looks like Michael and I aren't seeing the zoomed content within the Preferences/Options tab here. It looks like in your screenshot it isn't zoomed as well, the text in the extension provided content in the Preferences tab appears to be its regular size.
Any idea how we might go about fixing this?
| Assignee | ||
Comment 18•6 months ago
|
||
So the text in my page is definitely zoomed, but I think I figured out why. I was zooming with Ctrl+Mousewheel when pointing to the settings page.
D'oh. I can repro the issue when zooming with Ctrl+/Ctrl-.
| Assignee | ||
Comment 19•6 months ago
|
||
Full zoom causes the window to resize, so we use this to detect the
change. We could probably listen to the FullZoomChanged event on
embedder browser or something, but that seemed a bit more complicated.
Updated•6 months ago
|
Updated•6 months ago
|
| Assignee | ||
Comment 21•6 months ago
|
||
Actually to handle text zoom we need to do the hard thing, so did that.
Comment 22•5 months ago
|
||
Pushed by ealvarez@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/71e96c86c84c Propagate zooms to add-on options browser. r=mstriemer
Comment 23•5 months ago
|
||
| bugherder | ||
Description
•