Closed
Bug 94652
Opened 24 years ago
Closed 24 years ago
allow for no multiple select in outliner
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
VERIFIED
FIXED
mozilla0.9.4
People
(Reporter: sspitzer, Assigned: janv)
References
Details
Attachments
(3 files)
|
7.14 KB,
patch
|
Details | Diff | Splinter Review | |
|
7.11 KB,
patch
|
Details | Diff | Splinter Review | |
|
7.21 KB,
patch
|
Details | Diff | Splinter Review |
allow for no multiple select in outliner
by default, multiple select would be on.
hyatt suggested
seltype="multiple"
seltype="single"
and if no seltype, default to multiple.
| Reporter | ||
Updated•24 years ago
|
Component: Mail Window Front End → XP Toolkit/Widgets
Product: MailNews → Browser
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 2•24 years ago
|
||
I assume seltype is intended for <outlinerbody>.
"b.selection.currentIndex = row.value;" at the end of the patch is removed
because it is redundant, rangedSelect() takes care of it
Comment 3•24 years ago
|
||
No, it is intended for <outliner>.
| Assignee | ||
Comment 4•24 years ago
|
||
ok, I'll fix it
| Assignee | ||
Comment 5•24 years ago
|
||
Comment 6•24 years ago
|
||
Looks good to me. r=bryner
| Assignee | ||
Comment 8•24 years ago
|
||
Thanks!
| Assignee | ||
Comment 9•24 years ago
|
||
I'll attach a new patch for the current trunk (just for sure)
Assignee: hyatt → varga
Status: ASSIGNED → NEW
| Assignee | ||
Comment 10•24 years ago
|
||
| Assignee | ||
Comment 11•24 years ago
|
||
patch checked in
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Verified FIXED:
mac os 9.1 - 2001-09-05-08
redhat 7.1 - 2001-09-06-08
windows 2k - 2001-09-06-03
tried using shift, ctrl, and the open apple keys to invoke multiple selection...
Status: RESOLVED → VERIFIED
OS: Windows 2000 → All
QA Contact: esther → stephend
Hardware: PC → All
You need to log in
before you can comment on or make changes to this bug.
Description
•