Closed
Bug 1741313
Opened 3 years ago
Closed 3 years ago
Connect about:3pane thread tree and nsMsgDBView better
Categories
(Thunderbird :: Mail Window Front End, enhancement)
Thunderbird
Mail Window Front End
Tracking
(thunderbird_esr91 unaffected)
RESOLVED
FIXED
96 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr91 | --- | unaffected |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(2 files)
The thread pane and the view should talk to each other but they don't because:
- TreeViewListbox uses it's own selection implementation instead of nsITreeSelection (which I didn't realise existed when I made TreeViewListbox)
- The element can't be set as the view's tree because it's not a XULTreeElement and I can't make it one.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D131213
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/f1b2ac1faf22
Make TreeViewListbox use nsITreeSelection internally. r=mkmelin
https://hg.mozilla.org/comm-central/rev/922acc61355f
Make a way to connect a JS/HTML tree to nsMsgDBView. r=mkmelin
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•3 years ago
|
Target Milestone: --- → 96 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•