Closed
Bug 13971
Opened 25 years ago
Closed 25 years ago
[Tree] implement selectAll()
Categories
(Core :: XUL, defect, P2)
Core
XUL
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: hangas, Assigned: hyatt)
References
Details
(Whiteboard: Fix in hand. Needs review.)
tree.selectAll() should select all the treeitems, instead it does nothing.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M14
Assignee | ||
Comment 1•25 years ago
|
||
Moving to m14, unless someone tells me that selectall is a requirement for beta.
Updated•25 years ago
|
Assignee: hyatt → putterman
Status: ASSIGNED → NEW
Comment 3•25 years ago
|
||
I'll take this.
Updated•25 years ago
|
QA Contact: beppe → claudius
Comment 4•25 years ago
|
||
reassign these tree bugs to me.
Note to self: add putterman to the CC when you see this!
Updated•25 years ago
|
Status: NEW → ASSIGNED
Summary: tree.selectAll() does nothing → Tree: implement selectAll()
Updated•25 years ago
|
Summary: Tree: implement selectAll() → [Tree] implement selectAll()
Updated•25 years ago
|
Priority: P3 → P2
Updated•25 years ago
|
Comment 5•25 years ago
|
||
Taking ownership and relating this to bug 21462 since they're almost identical
except selectAll() chooses its endpoints differently than shift+click.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Updated•25 years ago
|
Assignee: selmer → trudelle
Status: ASSIGNED → NEW
Comment 6•25 years ago
|
||
Peter, I've got another project that's going to prevent me from helping with
these bugs. I need to send them back to your court. Steve
Updated•25 years ago
|
Assignee: trudelle → hyatt
Comment 7•25 years ago
|
||
back to hyatt
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 8•25 years ago
|
||
Got a fix for this in my tree. Works beautifully with the address book.
Whiteboard: Fix in hand. Needs review.
Assignee | ||
Comment 9•25 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 10•25 years ago
|
||
I'll take suggestions on how to test this. I see that I can shift+click to selectAll(in the abook), but I don't know for sure that it's
truly being done by calling selectAll(). That's more of a test for shift click.
Also, this works for the addressbook but not on any other tree that I tried. what's the story with that?
Reporter | ||
Comment 11•25 years ago
|
||
You can select all in the address book by clicking anywhere in the results pane
(list of cards) to get focus there, then choose Select All from the Edit menu.
All the cards should be selected. This works for me. I do not know if any other
windows have Select All wired up to do anything.
You need to log in
before you can comment on or make changes to this bug.
Description
•