Handle full-page zooming for embedded RDM UI
Categories
(DevTools :: Responsive Design Mode, task, P1)
Tracking
(firefox73 fixed)
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: mtigley, Assigned: bradwerth)
References
(Blocks 1 open bug)
Details
(Whiteboard: fission-rdm-mvp)
Attachments
(4 files)
Make sure that full-page zooming is working correctly for the embedded RDM UI.
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
It looks like this will require a similar resolution save-and-restore that was done for the old RDM in Bug 1561227. I'm looking for the right place to add the PreFullZoomChange listener.
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
For the existing RDM UI, te saving and restoring of resolution is done
in the content frame script, which is no longer loaded in the new UI.
This approach is flexible enough that it should work for BOTH UIs.
Another patch will contain the removal of the old method.
Depends on D54379
Assignee | ||
Comment 4•6 years ago
|
||
Depends on D56267
Assignee | ||
Comment 5•6 years ago
|
||
Depends on D56509
Assignee | ||
Comment 6•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 7•6 years ago
|
||
Comment 9•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b51ab5405feb
https://hg.mozilla.org/mozilla-central/rev/82a2871f7314
https://hg.mozilla.org/mozilla-central/rev/cb346b488c26
https://hg.mozilla.org/mozilla-central/rev/930e05cfb152
Description
•