Skip to content

After opening QuickFolders Settings, current folder can be "stuck" #666

@RealRaven2000

Description

@RealRaven2000

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions