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)
Updated•7 years ago
|
Updated•7 years ago
|
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Comment 7•4 years 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•4 years 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•4 years ago
|
||
100% scaling for TST from about:addons.
Comment 10•4 years ago
|
||
200% scaling for TST from about:addons.
Comment 11•4 years 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•4 years ago
|
||
Huh, odd. I do see those contents scaled here... Are you on nightly as well?
Comment 13•4 years ago
|
||
No, sorry ... I am on FF83.
Assignee | ||
Comment 14•4 years 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•4 years 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•4 years ago
|
||
I fired up Windows Sandbox, installed Nightly (85.0a1 (2020-12-12) (64-bit)), installed TST ... still not working.
Updated•4 years ago
|
Comment 17•4 years 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•4 years 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•4 years 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•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 21•4 years ago
|
||
Actually to handle text zoom we need to do the hard thing, so did that.
Comment 22•4 years ago
|
||
Comment 23•4 years ago
|
||
bugherder |
Description
•