Bugzilla@Mozdev – Bug 25203
Error when adding a filter if Message Filters window is already open
Last modified: 2012-12-20 16:01:30
You need to log in before you can comment on or make changes to this bug.
If the "Message Filters" window is already open, and I drop an email while the quickFilters Assistant is on, and create a filter, and then click "Ok", it gives this error: "Exception in quickFilters.Worker.createFilter: desiredWindow.refresh is not a function".
Created an attachment (id=7405) [details] quickFilters 1.5 prereleae 2 Please try the attached version. It seems to be a bug thrown in the Thunderbird code itself, so we might need to raise a bug with thunderbird as well. I am catching the exception in quickFilters so it doesn't show any more; however the filter list is not refreshed if the Message Filters window is already shown, so I might have to do more with this bug to make it "friendlier". Note: the same fix will be applied to the filter part in the QuickFolders addon.
Created an attachment (id=7406) [details] quickFilters 1.5 prerelease 3 sorry there was another bug in previous version. This one fixes the issue. However the Filter list is not updated, so it is not quite ideal yet. Same fixes to follow in next verwsino of QuickFolders.
Created an attachment (id=7407) [details] quickFilters 1.5 prerelease 4 another regression in the previous prerelease caused the filter window to _not_ open when it was closed during generation of the filter. This fixes this issue