Closed
Bug 4777
Opened 26 years ago
Closed 26 years ago
[PP] cannot do multiple selection of menulist
Categories
(Core :: DOM: Core & HTML, defect, P1)
Tracking
()
VERIFIED
WONTFIX
M8
People
(Reporter: ckritzer, Assigned: pavlov)
References
()
Details
On 1999-04-07-18 build:
Use the below html to try and do multiple selection (shift-click select) of list
menu items:
<html>
<head>
<title></title>
</head>
<body>
<form>
<select multiple name=testcase size=4>
<option value=John>John Lennon</option>
<option value=George>George Harrison</option>
<option value=Paul>Paul McCartney</option>
<option value=Ringo>Ringo Starr</option>
</select
Group: netscapeconfidential?
This works fine for me on Windows, but it's broken on the Mac and on Linux.
Sample page at http://schist/4777.html.
This is blocking QA automation on Mac and Linux. Priority changed to P1.
Comment 3•26 years ago
|
||
Pierre, please reassign to Ramiro when it is fixed on Mac.
Assignee: karnaze → pierre
Summary: M4: cannot do multiple selection of menulist → [PP]M4: cannot do multiple selection of menulist
Updated•26 years ago
|
Summary: [PP]M4: cannot do multiple selection of menulist → [PP] cannot do multiple selection of menulist
Updated•26 years ago
|
Target Milestone: M5
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Assignee: pierre → ramiro
Status: ASSIGNED → NEW
Comment 4•26 years ago
|
||
Fixed, although other problems remain on the Mac (like the scrollbars that don't
work).
Reassigned to Ramiro to fix the Unix case.
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
I can do multiple select with or without shift.
The behavior is not identical to windows, but multiple selection seems to work.
marking fixed.
i tried this on redhat 5.2, build 1999-05-06-08;
using the same testcase, click on the first option, hit shift, then click on
the fourth option. this should end up selecting all four options. instead, only
the first and fourth options are selected.
is this a different bug, or should i reopen this?
Updated•26 years ago
|
Assignee: ramiro → pavlov
Status: REOPENED → NEW
Comment 10•26 years ago
|
||
Marking M8. If you plan to fix any of these for m7, mark them so.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → WONTFIX
Assignee | ||
Comment 11•26 years ago
|
||
this is not the old behavior in netscape 4.x under unix and i don't believe i've
ever seen anything behave as this under unix. we're going to be using gfx
widgets anyways.
Comment 12•26 years ago
|
||
Reassigning to crkritzer for comments. Judging by Nav 4.x behavior on Unix, this
is actually working as intended (although IMHO it's not correct). Chris?
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 13•26 years ago
|
||
Hmmnnn....
Okay, after reading through the comments, here's what I've determined:
1) Original bug on MacOS to have multiple selection of menulist has been fixed
2) A multiple selection bug that was similar (on linux) was noted and not opened
as a separate bug.
3) Re-opened bug was not same as 4.x version, and bug set to WONTFIX.
Okay, well, the orginal bug has been fixed. The second item I don't see as a
bug, since it behaves the same on all platforms (Platform Parity).
Verified Fixed in apprunner build 1999070908.
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
•