Closed Bug 6753 Opened 25 years ago Closed 25 years ago

gfx combo box is not calculated using the tallest item in the list

Categories

(Core :: XUL, defect, P3)

defect

Tracking

()

VERIFIED FIXED

People

(Reporter: kmcclusk, Assigned: kmcclusk)

Details

The height of the gfx combo box is not calculated using the tallest item in the list. Since style can be applied to each item in a list individually, the combo box needs to make it's height big enough to dislay the tallest item.
Status: NEW → ASSIGNED
Target Milestone: M7
Target Milestone: M7 → M8
Combo boxes should be re-implemented to create a frame based on the selected content in the listbox. This frame should be linked to the listbox's frame through the next in flow, prev in flow so that it will receive notifications of style changes.
Target Milestone: M8 → M9
Moving to M9
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Fixed in July 16, 1999 build. I re-implemented the nsComboboxControlFrame. It now use the height of the tallest item in the listbox to set the height of the frame used to display the current selection.
Status: RESOLVED → VERIFIED
code level fix, marking verified. reopen if i'm wrong here...
You need to log in before you can comment on or make changes to this bug.