Closed
Bug 107191
Opened 24 years ago
Closed 24 years ago
cannot select more than one list item in a list box in a form on a web page
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: abellomo, Assigned: rods)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:0.9.5+)
Gecko/20011026
BuildID: 2001102605
On a small listbox (such as the second example in {Debug Toolkit: Viewer Demos:
# 8 Forms}), a user cannot press the Shift or Command key to select more than
one item.
Reproducible: Always
Steps to Reproduce:
1. Open a website that uses a small listbox.
2. Try to click more than one item using the Shift or Command key.
Actual Results: It can only select one at a time.
Expected Results: It should be able to select more than one.
Reporter, how does the URL you entered have anything to do with this problem?
Reporter | ||
Comment 2•24 years ago
|
||
Greg,
The URL that I entered displays this bug.
This bug may be invalid. You are not supposed to be able to select more than one
item unless the form is specifically set up that way with the "multiple"
attribute. See:
http://www.w3.org/TR/html401/interact/forms.html#h-17.6
Comment 4•24 years ago
|
||
invalid
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•