Closed
Bug 1516322
Opened 6 years ago
Closed 6 years ago
MobileViewportManager::ShrinkToDisplaySizeIfNeeded() is broken in RDM on Windows with non WebRender
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla70
People
(Reporter: hiro, Assigned: hiro)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
STR
1) Enable apz.allow_zooming
2) Open https://hg.mozilla.org/mozilla-central/file/d2bc993e14ea/layout/reftests/meta-viewport/initial-scale-0_5-ref.html in RDM
3) Make sure touch simulator is enabled
4) Reload the html
A green box should be positioned at the top left of the viewport, but actually it's not.
Interestingly this issue doesn't happen on WebRender at all.
Anyway, I am going to skip some reftests that will be added in bug 1423013.
Comment 1•6 years ago
|
||
Note that apz.allow_zooming is not yet a supported configuration on desktop, so it is expected that some things will go wrong.
I am adding this bug as a dependency of bug 1461360, which tracks the various issues that need to be fixed before we can enable apz.allow_zooming on desktop.
Blocks: desktop-zoom-xp
Updated•6 years ago
|
Summary: MobileViewportmanager::ShrinkToDisplaySizeIfNeeded() is broken in RDM on Windows with non WebRender → MobileViewportManager::ShrinkToDisplaySizeIfNeeded() is broken in RDM on Windows with non WebRender
Assignee | ||
Comment 2•6 years ago
|
||
Now all reftests in layout/reftests/meta-viewport pass on Windows too.
I am going to enabled them on Windows.
Assignee | ||
Comment 3•6 years ago
|
||
Pushed by hikezoe.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/59d854235354
Enable all reftests in layout/reftests/meta-viewport on Windows. r=botond
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Updated•6 years ago
|
Assignee: nobody → hikezoe.birchill
Updated•6 years ago
|
Updated•5 years ago
|
QA Whiteboard: [qa-70b-p2]
You need to log in
before you can comment on or make changes to this bug.
Description
•