Closed
Bug 1814303
Opened 2 years ago
Closed 2 years ago
Rearrange initialisation of about:3pane
Categories
(Thunderbird :: Mail Window Front End, enhancement)
Tracking
(thunderbird_esr102 unaffected)
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Where possible the 3-pane tab should load the requested folder immediately, but it usually loads the first folder in the tree and then the folder that should be loaded.
And the init code of about3Pane.js is a mess, so I'll clean that up too.
Assignee | ||
Comment 1•2 years ago
|
||
This patch causes mailTabs.js to capture the DOMContentLoaded event of about:3pane and pass it the opening state, so that the page can load the requested state immediately.
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D168498
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/5a1094accab7
Push tab opening parameters to about:3pane before it loads. r=aleca
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•2 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•2 years ago
|
Keywords: checkin-needed-tb
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/fc209ade4484
Rearrange initialisation of about:3pane. r=aleca
Status: REOPENED → RESOLVED
Closed: 2 years ago → 2 years ago
Keywords: checkin-needed-tb
Resolution: --- → FIXED
Assignee | ||
Comment 5•2 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/65d91ef40653
follow-up - Revert top-level variables to `var` from `const`. r=aleca
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•