landsurveyorsunited / snippy-extension

Automatically exported from code.google.com/p/snippy-extension
Other
0 stars 0 forks source link

Snippy Icon always shows ten once you have more than 9 snippets #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Snippy on Chrome 5.0.375.99
2. Collect 15 Snippets from multiple pages
3. Notice that counter on icon counts correctly up to 10 but than remains at ten
4. Restart of Chrome does not help

What is the expected output? What do you see instead?
Counter should display correct number of snippets at least until 99

Is it affecting the Snippy chrome extension, or the SnipBin web
application?
Chrome extension

On what operating system?
Windows 7 32 bit, German

If the problem affects the Snippy chrome extension, which version are you
using?
(to find which version you have installed, open the Extension menu in
Chrome, as explained here:
http://www.google.com/support/chrome/bin/answer.py?answer=167997 )
Version: 0.3.0

Please provide any additional information below.

Original issue reported on code.google.com by rene.pe...@googlemail.com on 23 Jul 2010 at 4:40

GoogleCodeExporter commented 9 years ago
as a workaround, counter could be actualized by deleting one of snippet

Original comment by Gurianov on 11 Aug 2010 at 9:02

GoogleCodeExporter commented 9 years ago
it seems that setting "unlimited_storage" permission could resolve this 
problem. It seems that number in counter doesn't updates because long snips 
can't be saved in limited localstorage. Also it maybe good decision to look on 
indexedDB API instead of localstorage.

Original comment by Gurianov on 12 Aug 2010 at 12:38