Extend tree-listbox to allow reordering of the top-level items
Categories
(Thunderbird :: General, enhancement)
Tracking
(thunderbird_esr91 wontfix)
Tracking | Status | |
---|---|---|
thunderbird_esr91 | --- | wontfix |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
There are at least two places (calendar list, account settings) where we have a list or tree of items that can be reordered. It would be good to have one shared implementation so that any beneficial changes can be shared with no more effort. Since both of the places mentioned are good candidates to be replaced by the tree-listbox widget, that seems a good place to put the implementation.
We could extend the reordering logic to list items at any level, but for now only top-level reordering is necessary.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D122179
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D122180
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/a7e6195503fc
Extend tree-listbox to allow reordering of the top-level items. r=mkmelin
Assignee | ||
Updated•3 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/6efca14e1546
Replace calendar list with orderable listbox. r=mkmelin
https://hg.mozilla.org/comm-central/rev/c83d25ed54aa
Replace Account Manager account list with orderable listbox. r=mkmelin
Description
•