I'm using Firefox 3.0b5 (Ubuntu 8.04), and Taboo 0.1.5 cannot display
the thumbnails for the sites I saved when I was using Firefox 2.
Whenever I change views, to let's say Calendar, it gives me two
errors. I looked at the Error console, and these are they:
this._storage is undefined
[path]/firefox/extensions/
ta...@runningfrombears.com/components/
oyTaboo.js
Line 472
this._storage is undefined
[path]/firefox/extensions/
ta...@runningfrombears.com/components/
oyTaboo.js
Line 496
No matter how many times I click on the views, only these two errors
show up.
I was looking through oyTaboo.js for the heck of it, and I think that
it isn't defined because TabooService._init() isn't called
by .observe(), I'm guessing since the observer-signal stuff isn't
working:
[line 381]
var obs = getObserverService();
switch (topic) {
case 'profile-after-change':
obs.removeObserver(this, 'profile-after-change');
this._init();
break;
}
I tried putting a call to ._init() in TabooService's constructor, but
then Taboo wouldn't load even open the page when I clicked on the
button.
I have no idea how to use the console with chrome. I tried adding a
call to console.log() in TabooService(), but it didn't show up.
On a side note: For some reason, the Taboo button has a drop-down next
to it, like the Back/Forward buttons. When I click on it, it merely
focuses in on the button but does nothing else.