Closed
Bug 428694
Opened 17 years ago
Closed 10 years ago
Float sometimes pushed down on hi5, especially with slow connection
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: martijn.martijn, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
On this page, it can happen that the image is pushed down the left column.
See screenshots, that someone uploaded.
This is what branch looks like (which is correct):
http://b.imagehost.org/0452/hi5_Fotos_de_Rui.png
And this is trunk when the layout bug happens:
http://b.imagehost.org/dl/e2b4d4f5298a2d2e52a6b12dbec3778a/47ffc196/0452/hi5_Fotos_de_Rui2.png
The bug will probably appear especially when the site loads slowly.
This can be simulated with the "clone slowly" bookmarklet:
https://www.squarefree.com/bookmarklets/testbrowsers.html
This makes the bug appear (just use the default settings).
The attached testcase is simplified from the site and it uses the "document.body.offsetHeight" hack to trigger the incremental reflow bug.
The bug doesn't occur on branch, because the site uses display: inline-table, which isn't supported on branch. So this isn't a real regression.
In fact, this is basically the same issue as bug 246669.
| Reporter | ||
Comment 1•17 years ago
|
||
| Reporter | ||
Updated•17 years ago
|
If the problem is that the pictures in the hi5 albums are displayed bellow (bellow vertical add, need to scroll down to view them), I can confirm this problem.
If I zoom out to print screen it, however, they will be displayed correctly, so I can't attach an image to illustrate it!
Comment 4•10 years ago
|
||
Site changed, AFAIK - well, the content isn't on that URL anymore anyway.
Attached TC renders the same way in Gecko as in other browsers.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•