Sometimes the quickFilters tool buttons on the QuickFolders current folder toolbar do not display after quickFilters was updated or even on Thunderbird startup. This may be due to the code in qfi-3pane.js loading before the window is ready (or WindowListener not being loaded).
We should try to eliminate the dependency on WindowListener for the future.
Sometimes the quickFilters tool buttons on the QuickFolders current folder toolbar do not display after quickFilters was updated or even on Thunderbird startup. This may be due to the code in qfi-3pane.js loading before the window is ready (or
WindowListenernot being loaded).We should try to eliminate the dependency on
WindowListenerfor the future.