Closed
Bug 299400
Opened 20 years ago
Closed 20 years ago
when the focus is in a select tag with a multiple attribute, selecting all text (CTRL+A) should select all options and not select anything else
Categories
(Core :: Layout: Form Controls, enhancement)
Tracking
()
People
(Reporter: grantwohl+mozbug, Unassigned)
References
()
Details
Attachments
(1 file)
|
615 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050701 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050701 Firefox/1.0+
When the focus is in a select tag with the multiple attribute, pressing CTRL+A
or Edit > Select All (cmd_selectAll) should select all of the select tag's
options and not select anything else.
Reproducible: Always
Steps to Reproduce:
1.Load a page with a select element that has the multiple attribute specified
and has other text.
2.Put the focus in the select element or one of its options.
3.Go to Edit > Select All (or CTRL+A).
Actual Results:
No options were selected (other than those that were selected before Step 3).
Everything else was selected.
Expected Results:
All items in the select should have been selected. Nothing else on the page
should have been selected.
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Updated•20 years ago
|
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 65417 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•