Open
Bug 467928
Opened 17 years ago
Updated 1 year ago
folderpane extensibility: provide a mechanism for an extension to switch treeview on mode change
Categories
(Thunderbird :: Add-Ons: Extensions API, defect)
Thunderbird
Add-Ons: Extensions API
Tracking
(thunderbird3.1 wontfix)
NEW
| Tracking | Status | |
|---|---|---|
| thunderbird3.1 | --- | wontfix |
People
(Reporter: davida, Unassigned)
Details
some extensions may want to display completely different things in the "folderpane". We should figure out and document how they can switch different treeviews on switching to their mode (and switching the original back in when switching back to a core mode).
Jminta talked about firing events on mode setting, but I don't know how that would allow resetting of the tree view on reversal back to a built-in mode.
Comment 1•17 years ago
|
||
(In reply to comment #0)
> Jminta talked about firing events on mode setting, but I don't know how that
> would allow resetting of the tree view on reversal back to a built-in mode.
I think the solution here is just to require our internal standard tree to use the same hooks we encourage extentions to use. That is, add an event listener and if we recognize the mode as a built-in one, ensure that our tree view is what it should be.
Comment 2•15 years ago
|
||
how much is this wanted for v3?
blocking-thunderbird3.1: --- → ?
Component: Mail Window Front End → Folder and Message Lists
QA Contact: front-end → folders-message-lists
Comment 3•15 years ago
|
||
Not sure how much this is wanted, but it certainly wouldn't be able to change in 3.1.
blocking-thunderbird3.1: ? → ---
status-thunderbird3.1:
--- → wontfix
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Component: Folder and Message Lists → Add-Ons: Extensions API
You need to log in
before you can comment on or make changes to this bug.
Description
•