axemclion / jquery-indexeddb

An IndexedDB Plugin for Jquery.
Other
195 stars 71 forks source link

Some tests are failed under Win 7 / 8 #26

Closed stimg closed 11 years ago

stimg commented 11 years ago

Some tests are failed in Chrome v25 / Firefox v19 under Win 7 / 8. Everything is OK in the same versions of browsers under Mac OS X 10.8.2. Test page: http://nparashuram.com/jquery-indexeddb/test/index.html

axemclion commented 11 years ago

@stimg I am using Windows 8 and tried this on Firefox 19 and Chrome 25 and all the tests seem to pass. Can you add the exact details of all the tests that fail ?

stimg commented 11 years ago

@axemcliom I've tested it today many times. So it looks like in Chrome and FF the same error, but the error is not relevant to my issue. Yesterday I've got an error: "InvalidStateError: DOM IDBDatabase Exception 11" when I try to create a storages in the database. The same error I've got on your test page, but it is not here now. Very strange.

idb_scr_chr idb_scr_ff Bildschirmfoto 2013-03-08 um 17 44 22

axemclion commented 11 years ago

I checked in a fix yesterday for the DOM exception. It was because Chrome has deprecated setVersion. So, are you good now ? If yes, please close the bug.

stimg commented 11 years ago

Yes, it works now. Thank you very much for your help.