Closed
Bug 23902
Opened 26 years ago
Closed 26 years ago
Dropdown list cannot scroll
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M15
People
(Reporter: mozilla, Assigned: buster)
References
()
Details
The dropdown list on the page retracts when I attampt to scroll it either by
dragging the scroll bar or by using the arrows.
| Reporter | ||
Comment 1•26 years ago
|
||
Gawd...I keep doing this. Build 2000011210
Updated•26 years ago
|
Assignee: karnaze → rods
Comment 2•26 years ago
|
||
Reassigning to Rod.
Updated•26 years ago
|
Assignee: rods → buster
Comment 3•26 years ago
|
||
The problem is the block code is having a problem laying out the options. Look
at the dump of error messages. I tried saving the source and reduce the test
case and had no luck.
But as a side effect of the max-element size being wrong is when the mouse down
occurs on the scrollbar and it goes to the frame in the nsPresShell.cpp (line
#2710) it gets back the nsSelectAreaFrame instead of the nsListControlframe. it
all other correctly scrolling examples the nsListControlFrame is returned.
This is a bizarre block layout issue - reassigning to buster
mine! mine mine mine! all mine! whoo-hoo!
Assignee: kipp → buster
Comment 6•26 years ago
|
||
WORKSFORME, build 2000-03-29-09-M15 on Windows 98 SE.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 9•24 years ago
|
||
Mass removing self from CC list.
| Reporter | ||
Comment 10•24 years ago
|
||
Now I feel sumb because I have to add back. Sorry for the spam.
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•