Closed
Bug 943348
Opened 11 years ago
Closed 11 years ago
Display port isn't set until first pan
Categories
(Core :: Panning and Zooming, defect)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: cwiiis, Assigned: cwiiis)
References
Details
Attachments
(1 file)
1.26 KB,
patch
|
botond
:
review+
|
Details | Diff | Splinter Review |
A display-port doesn't get set until the first pan on b2g, and presumably Metro - this doesn't affect fennec, which handles it correctly in its browser.js.
This is due to a small logic error in TabChild::HandlePossibleViewportChange - patch incoming.
Assignee | ||
Comment 1•11 years ago
|
||
Updated•11 years ago
|
Attachment #8338464 -
Flags: review?(botond) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Pushed to inbound: https://hg.mozilla.org/integration/mozilla-inbound/rev/377b7167a073
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Comment 4•10 years ago
|
||
Just to enhance navigability, bug 982141 implemented something similar for subframes (specifically, for the primary async-scrollable frame, if it's a subframe).
You need to log in
before you can comment on or make changes to this bug.
Description
•