RealRaven2000 / quickFilters

Thunderbird Add-on: quickFilters
http://quickfilters.quickfolders.org/
Other
46 stars 11 forks source link

Edit Custom filters shows all filters in Local folders (should only show filter templates) #204

Closed RealRaven2000 closed 10 months ago

RealRaven2000 commented 11 months ago

When opening Custom Templates / Edit from the advanced tab, we expect to see a list of quickFilters custom templates only

image

instead all filters in the Local Folders are shown. In error console, we see the message:

Uncaught TypeError: fWin.quickFilters is undefined
    filterCustomTemplates chrome://quickfilters/content/qFilters-utils.js:1759
    filterCustomTemplates chrome://quickfilters/content/qFilters-utils.js:1779
qFilters-utils.js:1759:18
    filterCustomTemplates chrome://quickfilters/content/qFilters-utils.js:1759
    filterCustomTemplates chrome://quickfilters/content/qFilters-utils.js:1779
RealRaven2000 commented 11 months ago

This is possibly caused by the filter window not having been fully loaded (quickFilters injects itself via a chrom overlay), so it might be easily fixed by adding a delay of 250ms.

RealRaven2000 commented 10 months ago

Fixed in 5.9.4 - Published 13/08/2023 also in 6.2 - Published 13/08/2023