Closed
Bug 512277
Opened 15 years ago
Closed 15 years ago
content scrolling itself and anchor link clicks don't cause a redraw (tiles edition)
Categories
(Firefox for Android Graveyard :: General, defect, P2)
Firefox for Android Graveyard
General
Tracking
(fennec1.0b2+)
VERIFIED
FIXED
fennec1.0b4
Tracking | Status | |
---|---|---|
fennec | 1.0b2+ | --- |
People
(Reporter: mfinkle, Unassigned)
References
Details
Attachments
(1 obsolete file)
Pages calling e.g. window.scrollTo will currently mess up panning, I think. We could probably use an onscroll handler (does this work?) to intercept the scroll and turn it into a pan instead, but that might still cause trouble for pages that depend on certain elements being visible in the underlying browser.
Originally fixed by bug 452286, but regressed due to tiles landing.
Comment 1•15 years ago
|
||
Can't we let the page scroll too?
Comment 2•15 years ago
|
||
mainly a backport of the patch for bug 452286
Attachment #396931 -
Flags: review?
Reporter | ||
Updated•15 years ago
|
Attachment #396931 -
Flags: review? → review?(gavin.sharp)
Comment 3•15 years ago
|
||
Same (but reviewed) patch is in bug 511982 (which is marked as blocking on this one).
Updated•15 years ago
|
Comment 4•15 years ago
|
||
fixed by bug 511982
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → B4
Updated•15 years ago
|
Attachment #396931 -
Attachment is obsolete: true
Attachment #396931 -
Flags: review?(gavin.sharp)
Comment 6•15 years ago
|
||
this is sort of working. Using this attachment (https://bug486133.bugzilla.mozilla.org/attachment.cgi?id=370215) on my nokia n810 with the 20090903 nightly build, it scrolls, but the anchors do not end up at the top, more like at the bottom.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 7•15 years ago
|
||
Could you file a new bug about that, please? The general issue is fixed and we won't be backing out that patch, so if there's something weird with that testcase it will require a different fix.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Comment 8•15 years ago
|
||
(nevermind, I filed bug 514623)
Comment 9•15 years ago
|
||
from comment #6, the page doesn't scroll to the top.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 10•15 years ago
|
||
Original issue was fixed, bug in comment #6 was opened in bug 514623.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Comment 11•15 years ago
|
||
thanks Ben. Verified with 20090908 1.9.2 nightly build on my n810
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•