Closed GoogleCodeExporter closed 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
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
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
Starting on this!
Original comment by fauxbar....@gmail.com
on 17 Apr 2013 at 12:22
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
This has now been fixed in Fauxbar v1.2.11.
Cheers
Original comment by fauxbar....@gmail.com
on 18 Apr 2013 at 6:47
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
Yo. Nice, seems to be up and running again. Thx.
Original comment by polyKau...@gmail.com
on 18 Apr 2013 at 11:43
@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
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
Original issue reported on code.google.com by
carafen...@gmail.com
on 6 Apr 2013 at 7:03