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)
Core
XUL
Tracking
()
VERIFIED
FIXED
M9
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.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
Assignee | ||
Updated•25 years ago
|
Target Milestone: M7 → M8
Assignee | ||
Comment 1•25 years ago
|
||
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.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M8 → M9
Assignee | ||
Comment 2•25 years ago
|
||
Moving to M9
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•25 years ago
|
||
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.
You need to log in
before you can comment on or make changes to this bug.
Description
•