yathit / ydn-db

Javascript database module for Indexeddb, Web SQL and localStorage storage mechanisms supporting version migration, advanced query, SQL and transaction.
Apache License 2.0
503 stars 41 forks source link

FireFox not working #33

Closed zirill closed 9 years ago

zirill commented 9 years ago

http://yathit.github.io/ydndb-demo/todo/todo.html

Demo not working in FireFox 33

yathit commented 9 years ago

Thanks for reporting. It is working in Firefox 32. I will checkout with Firefox 33.[image: yathit-beacon]

On 24 November 2014 at 15:35, zirill notifications@github.com wrote:

http://yathit.github.io/ydndb-demo/todo/todo.html

Demo not working in FireFox 33

— Reply to this email directly or view it on GitHub https://github.com/yathit/ydn-db/issues/33.

yathit commented 9 years ago

I just tried out in FF 33 on both Windows and OS X. The demo app works. What kind of error are you getting?

zirill commented 9 years ago

Windows and Linux. (InvalidStateError) i click "add Todo Item" and nothing happens

yathit commented 9 years ago

That is terrible. I would like to know more about the problem. I haven't see InvalidStateError or two years and thought all bugs are fixed.

Could you delete the database indexedDB.deleteDatabase('todo_2');, close all browsers and try again?

Can you try on http://dev.yathit.com.storage.googleapis.com/demo/ydn-db/todo.html

On 24 November 2014 at 16:15, zirill notifications@github.com wrote:

Windows and Linux. (InvalidStateError) i click "add Todo Item" and nothing happens

— Reply to this email directly or view it on GitHub https://github.com/yathit/ydn-db/issues/33#issuecomment-64162970.

yathit commented 9 years ago

Is the app working before?

On 24 November 2014 at 16:15, zirill notifications@github.com wrote:

Windows and Linux. (InvalidStateError) i click "add Todo Item" and nothing happens

— Reply to this email directly or view it on GitHub https://github.com/yathit/ydn-db/issues/33#issuecomment-64162970.

zirill commented 9 years ago

FireFox 33 (InvalidStateError ydn.db-dev.js:280) not working

Opera 25 ('webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead. base.js:134) good

Google Chrom 39 ('webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead. ydn.db-dev.js:50) good

IE 11 good

yathit commented 9 years ago

webkitIDBRequest is just feature sniffing, so don't worry about it. It is no longer show up in rel 1.1.0.

InvalidStateError is bothering. I will need to see your computer screen.

On 24 November 2014 at 16:41, zirill notifications@github.com wrote:

FireFox 33 (InvalidStateError ydn.db-dev.js:280) not working

Opera 25 ('webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead. base.js:134) good

Google Chrom 39 ('webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead. ydn.db-dev.js:50) good

IE 11 good

— Reply to this email directly or view it on GitHub https://github.com/yathit/ydn-db/issues/33#issuecomment-64164766.

zirill commented 9 years ago

http://sqliteonline.com/ff33ydn.png

yathit commented 9 years ago

Can you try again in http://yathit.github.io/ydndb-demo/todo/todo-raw.html ? Please also make some debugging. It should be easy with this raw js file.

BTW sqliteonline looks impressive.

On 24 November 2014 at 16:49, zirill notifications@github.com wrote:

http://sqliteonline.com/ff33ydn.png

— Reply to this email directly or view it on GitHub https://github.com/yathit/ydn-db/issues/33#issuecomment-64165367.

zirill commented 9 years ago

280 changed (InvalidStateError ydn.db-dev.js:257)

ps: thank

yathit commented 9 years ago

If you don't mind, could you share your screen via some screen cast solution like Chrome remote desktop or team viewer?[image: yathit-beacon]

On 24 November 2014 at 17:20, zirill notifications@github.com wrote:

280 changed (InvalidStateError ydn.db-dev.js:257)

ps: thank

— Reply to this email directly or view it on GitHub https://github.com/yathit/ydn-db/issues/33#issuecomment-64168095.

zirill commented 9 years ago

as you secretly convey password for team viewer?

zirill commented 9 years ago

email or skype?

yathit commented 9 years ago

can you added me kyawtun@yathit.com on your Google chat or hangout?

thanks. [image: yathit-beacon]

On 24 November 2014 at 17:45, zirill notifications@github.com wrote:

email or skype?

— Reply to this email directly or view it on GitHub https://github.com/yathit/ydn-db/issues/33#issuecomment-64170578.

zirill commented 9 years ago

i send to email

yathit commented 9 years ago

Consider as browser bug or corrupt installation.

rarkins commented 9 years ago

@yathit this wasn't caused by Firefox private window browsing was it?

yathit commented 9 years ago

As far I remember, it is not private browsing.