Closed Bug 11479 Opened 26 years ago Closed 26 years ago

Table grows when combobox is clicked on

Categories

(Core :: Layout: Tables, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED WORKSFORME

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>
Assignee: karnaze → kipp
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: NEW → ASSIGNED
Target Milestone: M15
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
The bug has gone away...
I noticed this yesterday too.
Status: RESOLVED → VERIFIED
Verified WORKSFORME based on reporter comments.
You need to log in before you can comment on or make changes to this bug.