Closed mgrani closed 9 years ago
add on: it did not cause the problem that the paragraph detection no longer worked (that seems to be something different). However, the bug with loading is there. (i resolved it by clearing query crumbs history)
add on: stupid i am. forgot bower update twice. now everything works. I leave the bug open since we have another query crumbs bug, where the qc suddenly disappear. Maybe this one is realted. if not, please close it.
They probably are related, the problem seemed to be caused by the storage handling in the extension. Should be fixed now, see issue #49.
I have been switching to the developer version from the web store version in order to test a new feature (version 92ae5c8). It seemed that the query crumbs search history failed to load (see below).
It would seem a good idea to make the code more secure here.
Exception:
Source Code:
And the callback:
The error occures in
var hist = loadedHistory.history.slice(Math.max(loadedHistory.history.length - QueryCrumbsConfiguration.dimensions.HISTORY_LENGTH, 0));