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 36 Beta bug #40

Closed nullrocket closed 9 years ago

nullrocket commented 9 years ago

Auto updates just moved me to FF 36 Beta, which caused my application to stop working. I tried out the demo at http://yathit.github.io/ydndb-demo/todo/todo.html and it has the same error to the console as follows. I am searching FF bugs to see if there are any reports but thought I would give you a heads up.


log:open request to database "todo_2"  cause error of UnknownError

21:6:59.180 log:undefined
21:6:59.181 log:Storage:todo_2: opening fail
21:6:59.182 log:Storage:todo_2: database connection fail undefined
UnknownError    

...aultPrevented)){e.q.close();e.q=null;var b=Error();b.name=a.type;e.Fa(b)}},f.cal...

ydn.db-dev.js (line 257)
21:6:59.197 log:Purging 0 transactions request.
yathit commented 9 years ago

I just try out Firefox 36 Beta 1 on OS X and it is working fine.

Please see issue on https://github.com/yathit/ydn-db/issues/33 The issue reporter allow me to use his computer remotely. I find the problem is localized version of Firefox is having issue.

nullrocket commented 9 years ago

I am having the issue on Win 8 on several machines, I reverted back to 35 and it cleared up, I did a clean install on another Win 8 machine also with 36 and still had the problem. OSX is working fine here also. I think it is probably a Win only FF bug, hopefully it only lasts for this beta revision! Thank you for taking a look.

yathit commented 9 years ago

Please reopen if broken again.