Closed
Bug 4785
Opened 26 years ago
Closed 25 years ago
[PP]Linux only: Shift key behaves like Control key in menulists
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: cpratt, Assigned: pavlov)
References
()
Details
On Linux only, the Shift key behaves like the Control key when viewing the
following HTML:
<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>
I would expect the Shift key to select multiple items (ie if John is
highlighted, shift-clicking on Ringo should select all 4 items). However, it
behaves like the Control key (ie if John is highlighted, shift-clicking on Ringo
selects Ringo but not George and Paul).
This works correctly on Windows and not at all on Mac OS (see bug 4777 for the
Mac info).
Updated•25 years ago
|
Assignee: karnaze → ramiro
Summary: Linux only: Shift key behaves like Control key in menulists → [PP]Linux only: Shift key behaves like Control key in menulists
Assignee | ||
Updated•25 years ago
|
Component: Form Submission → XP Toolkit/Widgets
Target Milestone: M12
Assignee | ||
Comment 3•25 years ago
|
||
this works with gfx widgets
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•25 years ago
|
||
fixed by gfx widgets
seems generally ok, linux, 1999101908 build. (still a problem with wacky
highlighting but that's documented elsewhere afaik.)
You need to log in
before you can comment on or make changes to this bug.
Description
•