Closed
Bug 499212
Opened 15 years ago
Closed 15 years ago
panning the widgetstack should scroll the underlying content document
Categories
(Firefox for Android Graveyard :: Panning/Zooming, defect)
Firefox for Android Graveyard
Panning/Zooming
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 514623
People
(Reporter: Gavin, Unassigned)
Details
Attachments
(1 obsolete file)
This involves calling scrollTo() on the window when panning.
Reporter | ||
Comment 1•15 years ago
|
||
We need to be careful about how this interacts with the patch in bug 452286. In particular, we could get into pan->scroll->pan->scroll loops. Right now this mostly works because eventually either the pan or the scroll will be a no-op and will therefore break the loop, but it might be a bit dangerous to rely on that (e.g. rounding errors might cause trouble).
Reporter | ||
Updated•15 years ago
|
Attachment #384007 -
Attachment is obsolete: true
Comment 2•15 years ago
|
||
The patch in bug 401350 should fix this.
Comment 3•15 years ago
|
||
Sorry, meant bug 514623.
Comment 4•15 years ago
|
||
let's just dupe this to bug 514623
Updated•15 years ago
|
Component: General → Panning/Zooming
You need to log in
before you can comment on or make changes to this bug.
Description
•