First Last Prev Next    No search results available
Details
: Tagging broken: "too much recursion"
Bug#: 26163
: quickFilters
: General
Status: RESOLVED
Resolution: FIXED
: PC
: Windows NT
: unspecified
: P1
: critical
: ---

:
:
:
:
:
  Show dependency tree - Show dependency graph
People
Reporter: Axel Grude <axel.grude@gmail.com>
Assigned To: Axel Grude <axel.grude@gmail.com>

Attachments
quickFilters 3.1 Prerelease 4 (283.70 KB, application/x-xpinstall)
2016-02-26 00:56, Axel Grude
no flags Details


Note

You need to log in before you can comment on or make changes to this bug.

Related actions


Description:   Opened: 2016-02-26 00:38
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
------- Comment #1 From Axel Grude 2016-02-26 00:56:58 -------
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)

First Last Prev Next    No search results available