Closed Bug 138940 Opened 22 years ago Closed 22 years ago

select multiple AND form.MySelect.option[0]

Categories

(Core :: DOM: Core & HTML, defect)

x86
Linux
defect
Not set
normal

Tracking

()

VERIFIED INVALID

People

(Reporter: etud, Assigned: alexsavulov)

References

()

Details

Attachments

(1 file)

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020417
BuildID:    2002041711

It's impossible to select multiples entries in a <select....multiple> if those
entries are not continuous.
With Javascript if you have document.Myform.MySelect.option[0].selected=true the
text of the option 0 is not on the screen, if you have option[i] with i!=0 no
problem

Reproducible: Always
Steps to Reproduce:
1.having a multiple select like here http://bugzilla.mozilla.org/reports.cgi
2.having options[0] like here http://horaire.skreel.org/test_select.html
3.

Actual Results:  ?
Attached file Testcase
The attached testcase worksforme, linux trunk build 2002-04-20-07.  Is this
what you mean?	If not, could you please _clearly_ explain the problem, or
better yet produce a small HTML file that shows it?
etud, I saw on your 2nd link (http://horaire.skreel.org/test_select.html) that
when I select SGBD, I can't select MySQL on the right (the only possible
selection). Is that what you mean?
In that case, I vcan confirm the problem.
http://horaire.skreel.org/test_select.html
OK that's it when you select SGBD you can't select MySQL, but another problem is
that noramlly MySQL should be pre-selected, and when you select langage ASP
should be pre-selected and the same with OS -> FreeBSD.

The second part of the bug ( in fact a second bug ? ) is that with a tag select
multiple you can't select multiples values see:
http://horaire.skreel.org/test_select.html
How are you trying to select multiple items? I do it with ctrl-click, and that
works.
resolving invalid due to lack of response.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
verifying
Status: RESOLVED → VERIFIED
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: