Closed
Bug 901339
Opened 11 years ago
Closed 11 years ago
Panning & zooming does still not work well on Browser after bug 866232
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: julienw, Assigned: kats)
References
Details
Attachments
(1 file)
1.52 KB,
patch
|
BenWa
:
review+
|
Details | Diff | Splinter Review |
I tried applying patches in bug 899810 and bug 900742 but zooming/panning on http://ratp.fr is still wrong:
* sometimes it just doesn't work
* sometimes the gesture to panning does zooming instead
* when zooming, the focal point is also still not right
Assignee | ||
Comment 1•11 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #0)
> * sometimes the gesture to panning does zooming instead
This one should be fixed by bug 898443. I will look into the other two parts of this.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → bugmail.mozilla
Reporter | ||
Updated•11 years ago
|
Blocks: b2g-central-dogfood
Comment 2•11 years ago
|
||
I have repro steps for this bug:
1. Launch the browser and navigate to a site, espacially one with lots of content (eg yahoo.com).
2. Scroll down and up the page.
The page will eventually freeze and become unresponsive, forcing the user to close the browser completely and reload it. The length of time varies, but it's never more than a minute.
Updated•11 years ago
|
Blocks: metro-apzc
Assignee | ||
Comment 3•11 years ago
|
||
This fixes a screwup on my part in bug 866232, part 8 (https://hg.mozilla.org/mozilla-central/rev/9a4478e65fd6). The original code had mFrameMetrics.mScrollOffset multiplied by "paintedScale" which was actually the CSSToLayerScale of the painted frame metrics rather than the APZC's internal frame metrics. In my refactoring I accidentally changed it to use the APZC's internal frame metrics instead. This fixes that and also factors out the multiplication.
Attachment #786955 -
Flags: review?(bgirard)
Assignee | ||
Comment 4•11 years ago
|
||
:bbondy, can you also verify if the attached patch fixes the focal point when zooming for you?
Comment 5•11 years ago
|
||
Comment on attachment 786955 [details] [diff] [review]
Patch
Review of attachment 786955 [details] [diff] [review]:
-----------------------------------------------------------------
Yes this works a million times better now :)
Updated•11 years ago
|
Attachment #786955 -
Flags: review?(bgirard) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•