Pages don't fit the screen after rotating from portrait to landscape
Categories
(Core :: Panning and Zooming, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox63 | --- | wontfix |
firefox64 | --- | wontfix |
firefox65 | --- | fixed |
People
(Reporter: csheany, Assigned: botond)
References
Details
(Keywords: regression)
Attachments
(5 files, 3 obsolete files)
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
Assignee | ||
Comment 9•6 years ago
|
||
Assignee | ||
Comment 10•6 years ago
|
||
Assignee | ||
Comment 11•6 years ago
|
||
Assignee | ||
Comment 12•6 years ago
|
||
Assignee | ||
Comment 13•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment 14•6 years ago
|
||
Assignee | ||
Comment 15•6 years ago
|
||
Comment 16•6 years ago
|
||
Assignee | ||
Comment 17•6 years ago
|
||
Assignee | ||
Comment 18•6 years ago
|
||
Assignee | ||
Comment 19•6 years ago
|
||
Assignee | ||
Comment 20•6 years ago
|
||
Assignee | ||
Comment 21•6 years ago
|
||
Assignee | ||
Comment 22•6 years ago
|
||
Reporter | ||
Comment 23•6 years ago
|
||
Assignee | ||
Comment 24•6 years ago
|
||
Reporter | ||
Comment 25•6 years ago
|
||
Assignee | ||
Comment 26•6 years ago
|
||
Reporter | ||
Comment 27•6 years ago
|
||
Assignee | ||
Comment 28•6 years ago
|
||
Reporter | ||
Comment 29•6 years ago
|
||
Assignee | ||
Comment 30•6 years ago
|
||
Reporter | ||
Comment 31•6 years ago
|
||
Comment 32•6 years ago
|
||
Comment 33•6 years ago
|
||
bugherder |
Assignee | ||
Comment 34•6 years ago
|
||
Reporter | ||
Comment 35•6 years ago
|
||
Updated•6 years ago
|
Reporter | ||
Comment 36•6 years ago
|
||
I believe it was Bug 1423709 that made this more noticeable.
Comment 37•6 years ago
|
||
The desktopMode property on Fennec's tab object is already being correctly being
preserved when (re)creating a tab [1], but we don't propagate its state to the
content window's desktop viewport mode setting.
[1] When restoring into a fresh tab, the session restore code passes the stored
desktopMode flag to addTab, whereas zombifying an existing tab destroys its
<browser>, but leaves the tab object's properties intact, so we merely need to
re-set the desktop viewport mode on the new <browser>'s content window.
Comment 38•6 years ago
|
||
Comment on attachment 9039394 [details]
Bug 1509552 - Correctly set desktop mode viewport when creating a tab. r?esawin
Revision D17774 was moved to bug 1510029. Setting attachment 9039394 [details] to obsolete.
Comment 39•5 years ago
|
||
I don't think it is correct. This comes back from bug 1509552, but I
believe it is better fixed by the change in bug 1536755.
In particular, treating the intrinsic scale as the minimum effective
zoom seems wrong. The intrinsic scale grows on full zoom increases (but
that won't change the resolution), however then decreasing the zoom will
increase the resolution, which looks wrong.
In order to work around that, bug 1561227 added a bunch of code to
restore the resolution after a full zoom change, which we can get rid
of after this.
The test for bug 1536755 still passes after this, and I manually-tested
bug 1509552 on GVE.
Comment 40•5 years ago
|
||
This is no longer needed now that MVM doesn't restore the zoom.
Depends on D72550
Comment 41•5 years ago
|
||
Comment on attachment 9143426 [details]
Bug 1509552 - Avoid clamping zoom to intrinsic scale. r=botond
Revision D72550 was moved to bug 1578008. Setting attachment 9143426 [details] to obsolete.
Comment 42•5 years ago
|
||
Comment on attachment 9143427 [details]
Bug 1509552 - Remove various hacks to restore resolution only after a full zoom change. r=botond,bradwerth
Revision D72551 was moved to bug 1578008. Setting attachment 9143427 [details] to obsolete.
Description
•