I just found the following behavior of QuickFolders switching the current folder (and highlighting the tab) to "Trash" after navigating to any folder with unread mail using the N key. At first, QuickFolders shows the correct folder name (and highlights the correct tab if the current folder has a visible tab), but then switches to "Trrash".
It turns out it is the tab listener calling the function toggleToolbar() and then using data-last-selected-uri because it falsely assumes it is still in the on the QuickFolders settings tab (where no real folder navigation happens, but it is only simulated)
This is because the (shared) toolbar does not remove the data-preview-mode attribute after returning to a 3-pane tab. This bugfix must also be backported into the ESR115 branch.
I just found the following behavior of QuickFolders switching the current folder (and highlighting the tab) to "Trash" after navigating to any folder with unread mail using the
Nkey. At first, QuickFolders shows the correct folder name (and highlights the correct tab if the current folder has a visible tab), but then switches to "Trrash".It turns out it is the tab listener calling the function
toggleToolbar()and then usingdata-last-selected-uribecause it falsely assumes it is still in the on the QuickFolders settings tab (where no real folder navigation happens, but it is only simulated)This is because the (shared) toolbar does not remove the
data-preview-modeattribute after returning to a 3-pane tab. This bugfix must also be backported into the ESR115 branch.