Open
Bug 305102
Opened 19 years ago
Updated 2 years ago
Make it easier to drag-select in a narrow SELECT
Categories
(Core :: Layout: Form Controls, enhancement)
Core
Layout: Form Controls
Tracking
()
UNCONFIRMED
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
(Keywords: polish, testcase)
Attachments
(1 file)
|
3.31 KB,
text/html
|
Details |
Make it easier to drag-select in a narrow SELECT. It seems scrolling only occurs when the mouse is directly above or below the SELECT. I think this makes it hard to select in narrow SELECTs and I don't see any reason why we shouldn't extend the selection (and possibly scroll) also when the mouse is to the left or right of the control. STEPS TO REPRODUCE 1. load the attached testcase 2. scroll the SELECT to about the middle 3. click on an item and drag-select up/down while keeping the mouse within the horizontal boundaries of the SELECT - this should work, now move the mouse slightly to the left or right while doing the same ACTUAL RESULTS scrolling and selection stops EXPECTED RESULTS scrolling and selection should work as when the mouse is within the horizontal boundaries of the control PLATFORMS & BUILDS TESTED Bug occurs in SeaMonkey 2005-08-15-17 on Linux ADDITIONAL INFORMATION See Opera 8 on Linux for desired behaviour
| Reporter | ||
Comment 1•19 years ago
|
||
This seems to be normal behavior for most browsers (except Opera, perhaps).
Severity: minor → enhancement
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•