Closed
Bug 152667
Opened 23 years ago
Closed 22 years ago
images and text vanish under right column
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: spam, Assigned: karnaze)
References
()
Details
(Keywords: regression, testcase)
Attachments
(2 files)
Norway's largest newspaper is also on web at http://www.aftenposten.no
Load the URL. Look at the stories near right hand side *below the first major
add on the page*: Story images and text is partly vanishing under the rightmost
column.
This used to look good for a year on end, untill around 3 months ago, when
mozilla suddenly started rendering it pretty bad. "Aftenposten" is often the
first page anyone testing mozilla here loads, a high visability bug. I'm sure
this is a dup but i'd like to know of what.
3 months ago? Any idea when?
I can't see where the problem is based on the description in the bug.
Comment 4•23 years ago
|
||
this page is crashing recent linux nightly builds, probably bug 133118.
I see the layout problem in builds back to early February, at which point the
page looks even worse. Are you sure the page didn't change ~3 months ago?
Updated•23 years ago
|
Priority: -- → P3
Comment 5•23 years ago
|
||
testcase shows the bug the first time. revisitting or reloading will work
fine. shift-reload to see the bug happen again.
it looks like it's expanding the table during reflow in order to fit the text
in there without wrapping, which is wrong because the table's width is
specified. if the text will fit on the left side next to the image it will do
that instead (in this case it cannot because "almost_wraps" is too wide).
the bug happens when it grabs the second image. if it gets the second image
first, the bug doesn't happen.
Comment 6•23 years ago
|
||
regression here between linux trunk builds 02042610 and 200204608
regression on the 1.0 branch between 20020607 and 20020621
==> Tables
Assignee: attinasi → karnaze
Component: Layout → HTMLTables
QA Contact: petersen → amar
Comment 7•23 years ago
|
||
how about some dates that make sense:
regression here between linux trunk builds 2002042610 and 2002042807
Updated•23 years ago
|
Target Milestone: --- → Future
Updated•23 years ago
|
Keywords: regression,
testcase
I bet this really is the same as bug 146851, but it is probably wise to keep
this open until a fix is checked in and see if it cures both (and probably some
more) bugs.
As with bug 146851, this seems to be fixed with the fix for bug 186593. If noone
can reproduce this with a current _trunk_ build, I will mark this as a dupe.
Reporter | ||
Comment 10•22 years ago
|
||
Can't reproduce anymore. Resolving as WFM
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•