Closed
Bug 32581
Opened 25 years ago
Closed 25 years ago
Reflow in simple table is causing the table to resize incorrectly
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: attinasi, Assigned: buster)
Details
(Whiteboard: block max width)
Attachments
(1 file)
(deleted),
text/html
|
Details |
When the simple table in the soon-to-be-attached testcase is reflowed due to the
color of the row changing, the table resizes incorrectly.
The reflow itself is a bug covered in bug 12598; this bug is for the incorrect
table sizing that results from the reflow.
Reporter | ||
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
An incremental reflow problem.
Status: NEW → ASSIGNED
Target Milestone: --- → M16
Comment 3•25 years ago
|
||
Buster, here is another one where the block frame is requested
NS_REFLOW_CALC_MAX_WIDTH and it is setting it to 0. Adding "block max width" to
the status whiteboard.
Assignee: karnaze → buster
Status: ASSIGNED → NEW
nsBlockReflowContext was not properly propagating the request to calculate
maximum width
Whiteboard: block max width → fix in hand
fixed incremental calculation of preferred size in nsBlockFrame and
nsBlockReflowContext
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Whiteboard: fix in hand, block max width → block max width
You need to log in
before you can comment on or make changes to this bug.
Description
•