Closed Bug 312099 Opened 19 years ago Closed 18 years ago

{inc}Text jumps without a cause, when clicking on the button

Categories

(Core :: Layout: Block and Inline, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: martijn.martijn, Unassigned)

References

()

Details

(Keywords: testcase, Whiteboard: [reflow-refactor])

Attachments

(3 files)

This came from: http://forums.mozillazine.org/viewtopic.php?t=328340&highlight=

when clicking on the button on that page, the whole text shifts downwards, that
should not happen.
Attached file testcase
Component: Layout → Layout: Tables
Keywords: testcase
It works as it should if the table is removed or gets style{width:XXpx} which
has to be wider than div #left + div #right
Attached file reflow log
During the button down the outline causes an incremental reflow,
where the block returns a wrong maximumWidth at the end.

          block 0322CFB0 d=5235,1530 me=3705 m=0 

So what does this line say?
The block would like to occupy 5235 twips (d = desired width), and it should not
be shrinked below 3705 (me = MEW) and if the block had infinite space it would
occupy 0 twips!!! (m =maximumwidth)
I would say the incr. reflow with a float uses a block reflow code path which
does not update the maximumWidth, while it has been requested to do so from the
parent table cell.
The table cell is used to bogus .mMaximumWidth values, see line 996 in
nsTableCellFrame.cpp

// make sure the preferred width is at least as big as the max element width
if (aDesiredSize.mComputeMEW) {
  aDesiredSize.mMaximumWidth = PR_MAX(aDesiredSize.mMaximumWidth,
aDesiredSize.mMaxElementWidth);
}

and wraps to the MEW to mitigate the damage.
The testcase just causes an incr. reflow without the outline mechanism.
Martijn, it would be interesting to see when it really regressed.
sending it over to block layout where IMHO it belongs.
Component: Layout: Tables → Layout: Block and Inline
QA Contact: layout → layout.block-and-inline
(In reply to comment #5)
> Martijn, it would be interesting to see when it really regressed.
Well, it really regressed between 1.3a (2002-12-12) and 1.3 (2003-03-12)

I would bet a beer on bug 172896
Seems related to bug 246669.
Blocks: 318540
Summary: Text jumps without a cause, when clicking on the button → {inc}Text jumps without a cause, when clicking on the button
Whiteboard: [reflow-refactor]
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20061208 Minefield/3.0a1 ID:2006120812 [cairo]

Seems fixed after reflow branch landing
Yeah, fixed by the reflow branch landing.
Both testcases indeed showed the bug in the 2006-12-06 build, but not anymore in the 2006-12-08 build.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Depends on: reflow-refactor
Adding in-testsuite? nomination per bz's request in m.d.t.l. Sorry for the bugspam.
Flags: in-testsuite?
Flags: in-testsuite?
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: