Closed
Bug 1571614
Opened 4 years ago
Closed 4 years ago
Miss-synchronization of the zoom level at an inline options page and the addon manager page
Categories
(WebExtensions :: General, defect)
WebExtensions
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1398481
People
(Reporter: yuki, Unassigned)
Details
Attachments
(1 file)
51.11 KB,
image/png
|
Details |
When an options page of an extension is shown inside the about:addons
UI, its zoom level is not synchronized to the about:addons
page itself on certain cases.
Steps to reproduce
- Install an add-on providing options page inside the add-on manager. I've tested with Tree Style Tab and Simple Tab Groups.
- Go to
about:addons
, and show the options page of the add-on. - Hit Ctrl-
+
multiple times. - Hit Ctrl-
-
multiple times, until the zoom level becomes under 100%. - Hit Ctrl-
0
to reset the zoom level. - Scroll up the mouse wheel on the inline options page, with pressed Ctrl key.
- Reload the page, and show the inline options page again.
- Scroll up the mouse wheel on the inline options page, with pressed Ctrl key.
- Hit Ctrl-
0
to reset the zoom level. - Reload the page, and show the inline options page again.
- Scroll down the mouse wheel on the inline options page, with pressed Ctrl key, until the zoom level becomes under 100%.
- Reload the page, and show the inline options page again.
- Scroll down the mouse wheel on the inline options page, with pressed Ctrl key.
Actual result
- step 3:
- the add-on manage's UI => large size
- the inlien options page => its original size (wrong)
- step 4:
- the add-on manage's UI => small size
- the inlien options page => its original size (wrong)
- step 6:
- the add-on manage's UI => large size
- the inlien options page => large size (correct)
- step 7:
- the add-on manage's UI => large size
- the inlien options page => its original size (wrong)
- step 8:
- the add-on manage's UI => more large size
- the inlien options page => large size but smaller than the add-on manager's UI itself (wrong)
- step 11:
- the add-on manage's UI => small size
- the inlien options page => small size (correct)
- step 12:
- the add-on manage's UI => small size
- the inlien options page => its original size (wrong)
- step 13:
- the add-on manage's UI => more small size
- the inlien options page => small size but larger than the add-on manager's UI itself (wrong)
Expected result
On all steps both the add-on manager's UI and the inline options page are shown with same zoom level.
Environment
- Windows 10 1809 64bit
- Firefox 68.0.1 build ID: 20190717172542
- Nightly 70.0a1 build ID: 20190805220030
Reporter | ||
Comment 1•4 years ago
|
||
This was originally reported at https://github.com/piroor/treestyletab/issues/2342
Reporter | ||
Comment 2•4 years ago
|
||
This problem doesn't happen on a regular webpage including inline frames, for example: https://developer.mozilla.org/ja/docs/Web/HTML/Element/iframe
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•