Closed
Bug 26620
Opened 26 years ago
Closed 26 years ago
[Inc Reflow]select form element whose size > 1 sometimes get really wide
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: cbegle, Assigned: rods)
Details
Attachments
(1 file)
|
905 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 [en-US] (Windows_NT; I)
BuildID: 2000012520
I have a select list that is dynamically populated. If the size of the select is
> 1, the width of the select grows every time I change the contents of the
select list.
Reproducible: Always
Steps to Reproduce:
I'll attach a URL that demonstrates the problem.
| Assignee | ||
Comment 3•26 years ago
|
||
Combobox isn't getting an incremental reflow, and optimization isn't allowing it
to size correctly.
Summary: select form element whose size > 1 sometimes get really wide → [Inc Reflow]select form element whose size > 1 sometimes get really wide
Target Milestone: M14
| Assignee | ||
Comment 5•26 years ago
|
||
fixed by my combobox checkin
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 6•25 years ago
|
||
Verifying on
-Windows 98 build 2000-09-22-08-M18
-Linux RedHat6.2 build 2000-09-19-09-M18
Status: RESOLVED → VERIFIED
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•