Closed
Bug 23697
Opened 26 years ago
Closed 26 years ago
[BLOCKER] SELECT form control rendering incorrectly
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: ckritzer, Assigned: rods)
References
()
Details
Attachments
(1 file)
|
128 bytes,
text/html
|
Details |
Overview Description: The form control element SELECT appears to be rendering
partly as a list, partly as a read-only text area. Kinda have to see it to
understand what I'm attempting to describe...
Steps to Reproduce:
1) Launch Mozilla 2000-01-11-08 MacOS86 build
2) Load http://marvin/ngdriver/tester.html page
3) Click on "Find Suites in:" button.
Actual Results: A multi-select listbox with no scroll bar, additional items sort
of peeking out from the far right of the box, and no way to select more than the
items that are readily visible.
Expected Results: A functional multi-select listbox.
Build Date & Platform Bug Found: MacOS86 2000011108 Mozilla build.
Additional Builds and Platforms Tested On:
- Linux6 2000011110 Commercial build
- Win95 2000011109 Commercial build
Additional Information: n/a
Updated•26 years ago
|
Assignee: karnaze → rods
Comment 1•26 years ago
|
||
Reassigning to Rod.
| Assignee | ||
Comment 2•26 years ago
|
||
The bug is accually a regression. size=4 with no elements causes an empty
listbox(correct) with a hieght of 1 item (incorrect)
| Assignee | ||
Comment 3•26 years ago
|
||
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•26 years ago
|
||
fixed - the listbox wasn't getting properly initiailzed with a call to
"GetLength"
| Reporter | ||
Comment 5•26 years ago
|
||
Marking VERIFED FIXED on MacOS86 2000-01-24-02 commercial build.
Also verified on:
- Win98 2000-01-24-00 mozilla build
- Linux6 2000-01-24-01 commercial build
Status: RESOLVED → VERIFIED
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•