Closed
Bug 539945
Opened 15 years ago
Closed 15 years ago
portions of old page shown at bottom of new page when going from large page to smaller page
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(fennec1.0b1-wm+)
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| fennec | 1.0b1-wm+ | --- |
People
(Reporter: blassey, Unassigned)
References
Details
Attachments
(3 files)
|
107.84 KB,
image/png
|
Details | |
|
222.12 KB,
image/png
|
Details | |
|
1.56 KB,
patch
|
Details | Diff | Splinter Review |
steps to reproduce:
1) load http://news.google.com
2) load http://mit.edu
3) pan down
you'll see some of the google news at the bottom of mit's home page
| Reporter | ||
Comment 1•15 years ago
|
||
| Reporter | ||
Updated•15 years ago
|
tracking-fennec: --- → 1.0+
Comment 2•15 years ago
|
||
Because of the orientation of the container, setting the height of tile-container below 500 was not possible.
Attachment #421852 -
Flags: review?(mark.finkle)
Comment 3•15 years ago
|
||
Can you describe a little more why the <vbox> is needed? Couldn't we change the orientation of one of the existing containers?
Comment 4•15 years ago
|
||
Is bug https://bugzilla.mozilla.org/show_bug.cgi?id=533491 related to this?
Comment 5•15 years ago
|
||
(In reply to comment #3)
> Can you describe a little more why the <vbox> is needed? Couldn't we change the
> orientation of one of the existing containers?
Nope, this was indeed my first idea but changing the orientation of the tile-container container to vertical, even if it resolved this bug, prevent horizontal scrolling.
Comment 6•15 years ago
|
||
(In reply to comment #4)
> Is bug https://bugzilla.mozilla.org/show_bug.cgi?id=533491 related to this?
I think not, this bug was mostly about small height website (or website very large compare to their height).
On the screenshot of the bug i see that both of your page are supposed to fot the screen.
Comment 7•15 years ago
|
||
I don't think this should block 1.0 for maemo, unless we can come up with some worse examples. The right fix will have to involve clearing tiles/removing them from the DOM when we change pages, which will lead to more checkerboarding most likely and will need to be carefully tested.
tracking-fennec: 1.0+ → 1.0b1-wm+
Attachment #421852 -
Flags: review?(mark.finkle)
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•