Use the minimum scale size even if the minimum-scale in viewport meta tag is greater than 1
Categories
(Core :: Layout, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: hiro, Assigned: hiro)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
There is a test case that Botond created [1], but the test case doesn't work as expected by simply drop the check in UpdateMinimumScaleSize(), so I am going to handle it in a follow-up bug (this).
[1] https://phabricator.services.mozilla.com//D15347#inline-89264
Assignee | ||
Comment 1•6 years ago
|
||
I've finished writing a patch with a test case. But unfortunately the test case fails intermittently. I need to debug what happens in the failure case.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=cc37c301323a5800ced260076c7faadcbafe888c
Assignee | ||
Comment 2•6 years ago
|
||
It turns out we need to wait for a scroll event of Visual Viewport instead of just waiting for waitUntilApzStable
. It's pretty natural. (I didn't notice it) :)
https://treeherder.mozilla.org/#/jobs?repo=try&revision=dec5de102e74abe2c9bcf7ad6e03eae1c2da5bdf
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Comment 6•6 years ago
|
||
bugherder |
Description
•