deyz112 / fauxbar

Automatically exported from code.google.com/p/fauxbar
0 stars 0 forks source link

Fresh install - imported settings - no tile icon updates #135

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
To submit a bug report, please answer the questions below.
Or if this is a feature request, the questions below can be deleted.

What steps will reproduce the problem?
1. Export Fauxbar settings (Fauxbar > Options > Management > Export)
2. Import settings back into a freshly installed OS/Chrome

What is the expected output? What do you see instead?

All settings and tiles have been imported successfully, however the tile icons 
aren't updating. I've also added new tiles since the import, these are also not 
updating and still show the default Red Panda icon.

Which version of Fauxbar and Chrome are you using, and which operating
system?

Windows 7 x64 SP1
Fauxbar 1.2.10

Please provide any additional information below.

Have recently carried out a complete fresh install of my system (Windows, 
Chrome etc)

Original issue reported on code.google.com by carafen...@gmail.com on 6 Apr 2013 at 7:03

GoogleCodeExporter commented 8 years ago
Hi, i have exactly the same problem.
It worked all fine until i deleted all browser history data (including all 
options) with the google build in tools.
Now the tile pictures (mini previews) dont get generated anymore (showing 
default placeholder).

Original comment by polyKau...@gmail.com on 8 Apr 2013 at 8:24

GoogleCodeExporter commented 8 years ago
I'm having the same problem with a new computer.  I can add that it persists 
even if I uninstall and reinstall the extension.

Original comment by owen.zah...@gmail.com on 13 Apr 2013 at 10:40

GoogleCodeExporter commented 8 years ago
I need to double-check for myself, but I believe Fauxbar's thumbnail-creation 
code is outdated; a new/recent version of Chrome has deprecated some internal 
functions that Fauxbar relies on.

Some notes that I jotted down the other day regarding this:

1. Webkit prefixing here:

window.webkitRequestFileSystem(window.PERSISTENT, 1024 ...

2. new Blob stuff:

// write the ArrayBuffer to a blob, and you're done
//var bb = new window.WebKitBlobBuilder(); // or just BlobBuilder() if not 
using Chrome
//bb.append(ab);
var blob = new Blob([ab]);
//return bb.getBlob(mimeString);
return blob;

/////////////

Uncaught TypeError: undefined is not a function
js/common-1.js, line 321 

Original comment by fauxbar....@gmail.com on 17 Apr 2013 at 12:01

GoogleCodeExporter commented 8 years ago
Starting on this!

Original comment by fauxbar....@gmail.com on 17 Apr 2013 at 12:22

GoogleCodeExporter commented 8 years ago
Yo, good to see some ppl diggin down to this issue.
I really love Fauxbar (there is no real alternative for it).

Kudos.

Original comment by polyKau...@gmail.com on 17 Apr 2013 at 1:05

GoogleCodeExporter commented 8 years ago
This has now been fixed in Fauxbar v1.2.11.
Cheers

Original comment by fauxbar....@gmail.com on 18 Apr 2013 at 6:47

GoogleCodeExporter commented 8 years ago
Awesome - that was quick!

I can confirm it's 90% working now. The only tiles that don't seem to work now 
(which did previously) seem to be HTTPS links (www.xbox.com / www.facebook.com 
etc). Is there anything obvious that could be stopping those from updating?

Thanks for looking at this so quickly! :)

Original comment by carafen...@gmail.com on 18 Apr 2013 at 10:33

GoogleCodeExporter commented 8 years ago
Yo. Nice, seems to be up and running again. Thx.

Original comment by polyKau...@gmail.com on 18 Apr 2013 at 11:43

GoogleCodeExporter commented 8 years ago
@carafennec
Fauxbar is creating thumbnails for HTTPS sites fine for me; banking sites, 
Facebook, Twitter...

Once a page has finished loading, as long as the page hasn't scrolled down (eg 
scrollbar is still at the top, untouched), Fauxbar should take a screenshot 
within 1 second.

Original comment by fauxbar....@gmail.com on 21 Apr 2013 at 12:22

GoogleCodeExporter commented 8 years ago
Ah okay, so i've removed those tiles and re-added them - they've now
properly updated - yay!

Thanks :)

Original comment by carafen...@gmail.com on 21 Apr 2013 at 12:59