Make changes to full zoom on RDM pages pass through to RDM document
Categories
(DevTools :: Responsive Design Mode, defect, P1)
Tracking
(firefox68 verified, firefox69 verified)
People
(Reporter: bradwerth, Assigned: bradwerth)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [rdm-mvp])
Attachments
(2 files)
Steps to Reproduce:
- Open any page.
- Toggle on Responsive Design Mode.
- Change the full zoom level.
Actual Results: the UI changes zoom levels
Expected Results: the RDM document should change zoom levels
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
This ensures that any changes to zoom level, when RDM is active,
happen on the content document and not on the RDM interface.
| Assignee | ||
Comment 2•2 years ago
|
||
Depends on D26040
| Assignee | ||
Comment 3•2 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=7c9e0c7b86ffe7f23907792efeb2384026cb9486
Pushed by bwerth@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/fce9f2905ff0 Part 1: Passthrough zoom to RDM document. r=pbro https://hg.mozilla.org/integration/autoland/rev/efc734d0f506 Part 2: Add a test that only RDM content is affected by full zoom changes. r=pbro
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 6•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/fce9f2905ff0
https://hg.mozilla.org/mozilla-central/rev/efc734d0f506
Comment 8•2 years ago
|
||
Hi Guys, When the user Zooms in using the CTRL + Scroll Wheel from the mouse the entire Page zooms in and out including the RDM UI bar but if we Use CTRL + +/- then only the content zooms in and out the UI bar remains at 100%.
Is this the correct behavior ? Is it intended for the entire page to zoom in and out when using the Mouse wheel ?
Comment 9•2 years ago
|
||
No this behavior is not correct. This is still an open bug that is currently tracked and worked on in bug 1516413.
Comment 10•2 years ago
|
||
This issue is Verified as Fixed in 69.0a1 (2019-06-03).
Description
•