Closed
Bug 11479
Opened 26 years ago
Closed 26 years ago
Table grows when combobox is clicked on
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M17
People
(Reporter: rods, Assigned: buster)
Details
<html><head><title>weird bug</title></head>
<body>
<form><table border=1>
<tr>
<td nowrap>
<fieldset>
<legend align=center>Spacing</legend>
<table width="100%" border=1>
<tr>
<td>
<label>
Letter:<br>
<select type="select-one" name="letter-spacing-selector" size=1 maxlength=80>
<option>foo</option>
</select>
</label>
When in GFX render mode for combobox a table cell grows with each click of the
combobox button.
Example:
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
</form>
</body>
</html>
Updated•26 years ago
|
Assignee: karnaze → kipp
Comment 1•26 years ago
|
||
I see problems with the area frame and possibly the combo box. I discovered this
by turning on the reflow debug flags in nsTableFrame.h.
Kipp, during unconstrained table reflow, the area frame in the top level cell
frame is reporting increasingly larger max element sizes when the gfx combo box
is clicked. It does this even though its child, the nested table, is reporting
the same max element size.
Rod, the desired sizes of the nested table's area frame is increasing, probably
due to the combo box. If you were to fix this, the problem may go away, but then
Kipp wouldn't have a test case.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 3•26 years ago
|
||
I noticed this yesterday too.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Verified WORKSFORME based on reporter comments.
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•