Closed
Bug 53457
Opened 24 years ago
Closed 24 years ago
[FIX]multiple items can be selected in select size=1 or in single select listbox
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
Future
People
(Reporter: rods, Assigned: rods)
References
Details
(Whiteboard: Fix in hand)
Attachments
(5 files)
In script, options can be created with their selected attr set to true and added
to a combobox or a single selection list and the options remain selected.
this is wrong and invalid
Assignee | ||
Updated•24 years ago
|
Keywords: correctness
Target Milestone: --- → Future
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•24 years ago
|
||
changing summary to reflect that mulitple items can end up being selected
whether it is through script or just with html.
Summary: option added with selection true causes problems → mulitple items can be selected in select size=1 or in single select listbox
Assignee | ||
Comment 3•24 years ago
|
||
Comment 5•24 years ago
|
||
Why is it marked future? http://gs.spylog.ru/main.phtml?stat_id=1 (compare the
month in mozilla and any other browser) is most used counter in Russia and when
such a things are displayed not correctly people won't use such a product!!!
Assignee | ||
Comment 6•24 years ago
|
||
we will re-evaluate it.
Comment 7•24 years ago
|
||
Many thanks for your report! Yes, this is a bug, it's unfortunate, and we will
fix this for a future release.
However, there's a very simple workaround: (1) First of all, scripts should not
be written to select multiple items in a single select listbox or one with
size=1. If they do, they have a bug and should be corrected. (2) If end users
click on a single item, it alone will be selected and they can use the form.
Unfortunately Netscape engineering is overburdened and we lack the time to fix
bugs of this relatively low severity for the first release. Confirming Future.
Summary: mulitple items can be selected in select size=1 or in single select listbox → multiple items can be selected in select size=1 or in single select listbox
Assignee | ||
Comment 8•24 years ago
|
||
This bug covers both creating selects with mulitple options selected when only
one should be:
1) dynamically via script
2) having more than one <option selected> in a select
It is true that the page referenced in the URL has two options with selected on
them.
Assignee | ||
Comment 9•24 years ago
|
||
Assignee | ||
Comment 10•24 years ago
|
||
Assignee | ||
Comment 11•24 years ago
|
||
I hate to say this, but I figured out the fix.
Summary: multiple items can be selected in select size=1 or in single select listbox → [FIX]multiple items can be selected in select size=1 or in single select listbox
Whiteboard: Fix in hand
Comment 13•24 years ago
|
||
*** Bug 57838 has been marked as a duplicate of this bug. ***
Comment 14•24 years ago
|
||
Comment 15•24 years ago
|
||
Posted "yet another test case" because in this case, IE does something different
from Nav 4.x I'm not sure which is correct, but Nav will leave the first option
selected while IE wil leave the last option selected if there are more than one.
Comment 16•24 years ago
|
||
Assignee | ||
Comment 17•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•