Closed
Bug 54306
Opened 25 years ago
Closed 25 years ago
can only select two items in a tree w/ shift-click
Categories
(Core :: XUL, defect, P2)
Core
XUL
Tracking
()
VERIFIED
FIXED
People
(Reporter: mikepinkerton, Assigned: bryner)
Details
(Keywords: regression, Whiteboard: [rtm++] FIX IN HAND)
Attachments
(1 file)
939 bytes,
patch
|
Details | Diff | Splinter Review |
-open any tree, mail or bookmarks
- click one item
- shift click another below it
- shift click again below that one
expected:
- should have 3 items selected
actual:
- only the last 2 items are selected
makes it difficult to delete large numbers of mail messages or bookmarks.
Reporter | ||
Updated•25 years ago
|
Assignee | ||
Comment 2•25 years ago
|
||
Assignee | ||
Comment 3•25 years ago
|
||
The problem is that we were setting mSelectionStart but it was then getting
blown away by ClearItemSelection(). Fix is to do it in the other order.
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Comment 4•25 years ago
|
||
Very visible regression in basic UI functionality, rtm+ need info, remove 'need
info' once you get reviewers to put their a=/r= into the bug report.
Keywords: regression
Priority: P3 → P2
Whiteboard: FIX IN HAND → [rtm+ need info] FIX IN HAND
Target Milestone: --- → M19
Comment 5•25 years ago
|
||
a=hyatt
Assignee | ||
Updated•25 years ago
|
Whiteboard: [rtm+ need info] FIX IN HAND → [rtm+] FIX IN HAND
Assignee | ||
Comment 7•25 years ago
|
||
checked in on branch and trunk.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 8•25 years ago
|
||
verified fixed, mac/linux/win32 20001005nn MN6 branch builds.
Status: RESOLVED → VERIFIED
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•