Pages don't fit the screen after rotating from portrait to landscape
Categories
(Firefox for Android Graveyard :: Session Restore, defect, P2)
Tracking
(firefox67 fixed)
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: JanH, Assigned: JanH)
References
Details
Attachments
(1 file)
Assignee | ||
Comment 1•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 3•6 years ago
|
||
bugherder |
Since it feels different I created a triplet: Bug 1523844
Assignee | ||
Updated•6 years ago
|
Comment 6•6 years ago
|
||
Hi!
Tested this on Nexus 9 (Android 7.1.1, Tablet) on Release version 65.0.1, latest Beta build 66.0b7, latest Nightly build 67.0a1 and its not fixed.
We will change the flag for 67 to verified after Bug 1523844 is fixed.
We didn't closed as duplicate Bug 1523844 because there are useful comments related with this issue.
Updated•4 years ago
|
Description
•