Closed
Bug 112281
Opened 23 years ago
Closed 21 years ago
ctrl+shift+click whle making range selections in form <select> shouldn't wipe out other selected items
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
VERIFIED
FIXED
Future
People
(Reporter: jmd, Assigned: bzbarsky)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
550 bytes,
text/html
|
Details | |
1.32 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
At the URL, unselect all of the datasets. Now, click NEW, hold shift, click
ASSIGNED. Release shift, hold control, click UNCONFIRMED.
Three datasets are now selected.
Hold control AND shift, click RESOLVED.
What happens: only the last range, UNCONFIRMED-RESOLVED are selected.
What should happen: All four should be selected.
Reporter | ||
Comment 1•23 years ago
|
||
Range select seems to wipe out everything else, even if they were selected
indivudually (ie, the top two were selected with control). Resummarizing.
Summary: can't make multiple range selections in form <select> → ctrl+shift+click whle making range selections in form <select> shouldn't wipe out other selected items
Comment 2•23 years ago
|
||
-> HTML Form Controls
Oh, my gosh! What does Ctrl-Alt-Shift-DoubleClick do?
Comment 3•23 years ago
|
||
-> HTML Form Controls
Comment 4•23 years ago
|
||
I stupid.
Assignee: hyatt → rods
Component: XP Toolkit/Widgets → HTML Form Controls
QA Contact: jrgm → madhur
Comment 5•23 years ago
|
||
I am also seeing this on:
Windows 98 OSR 2.5
Netscape Build: 2001121003
Reporter | ||
Comment 8•23 years ago
|
||
Linux 2002011008, shift still overriding ctrl.
Comment 9•23 years ago
|
||
Yes, 'tis true, that bug didn't fix it. I think I misunderstood this bug when I
first read it. The XBL select (bug 112713, in the tree already but not yet
turned on) should fix this and will at the very least obsolete anything I do now
when it is turned on; so I am loathe to work on this until it lands.
Updated•23 years ago
|
Target Milestone: --- → Future
Comment 10•22 years ago
|
||
Bug 120388 is extremely similar to this bug, except for only one word: at the
last step, the reporter says shift+click (the last item of the list).
I think bug 120388 and this bug should be merged into 1 single bug.
Comment 11•22 years ago
|
||
Please ignore my previous comment (comment #10). I missed an important detail
about both bugs. Very sorry for the spam.
Comment 12•22 years ago
|
||
I get the same. It makes Mozilla less efficient to use than IE for list selection :/
2002072204
Assignee | ||
Comment 13•21 years ago
|
||
Assignee | ||
Comment 14•21 years ago
|
||
Comment on attachment 135533 [details] [diff] [review]
Proposed patch
roc, what do you think?
Attachment #135533 -
Flags: superreview?(roc)
Attachment #135533 -
Flags: review?(roc)
Comment on attachment 135533 [details] [diff] [review]
Proposed patch
looks quite straighforward :-)
Attachment #135533 -
Flags: superreview?(roc)
Attachment #135533 -
Flags: superreview+
Attachment #135533 -
Flags: review?(roc)
Attachment #135533 -
Flags: review+
Assignee | ||
Comment 17•21 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•