Bugzilla@Mozdev – Bug 26163
Tagging broken: "too much recursion"
Last modified: 2016-03-01 14:38:30
You need to log in before you can comment on or make changes to this bug.
I have triedf to tag somee messages today but it didn't work. Checking the error log, I found this entry: Fri Feb 26 2016 08:34:50 Error: too much recursion Source file: chrome://quickfilters/content/quickFilters.js Line: 1294
Created an attachment (id=8157) [details] quickFilters 3.1 Prerelease 4 This fixes the problem by guarding against overwriting the backup wrapped function. I do this via adding a custom property "fromQuickFilters"so that I do not accidentally overwrite my backup wrapper function with the wrapping function which will cause unintended recursion (and the original Tagging function is never called)