Closed Bug 736948 Opened 12 years ago Closed 9 years ago

Right after ABORT_ERR in IndexedDB..when trying to open the database, the request object loading status is 1 and done status as 2, but don't see it either entering into any handlers and errorCode and result objects and remaining objects as null or undefin

Categories

(Core :: Storage: IndexedDB, defect)

x86
Windows 7
defect
Not set
trivial

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: shravan.molugu, Unassigned)

Details

Right after ABORT_ERR in IndexedDB..when trying to open the database, the request object loading status is 1 and done status as 2, but don't see it either entering into any event handlers(like onsuccess,onerror or onabort) and errorCode and result objects and remaining objects are null or undefined.

Please, let me know in what state the result object is in, as per the Mozilla Indexeddb spec, we don't have any info on this kind of issue.

Please, let me know if this is not right place to post it and where I should be posting it.
If there is a bug in the implementation, Please provide a public URL or reduced test case that exhibits this issue.

If you just want an answer to your questions, Bugzilla is not for support.

You will probably have the most luck asking in IRC.

You can also get assistance by visiting the Firefox help site -> https://support.mozilla.com/en-US/kb/ask
Component: General → DOM: IndexedDB
Product: Firefox → Core
ObjectStores need to be created in an onupgradeneeded callback, not onsuccess.  See https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB#Updating_the_version_of_the_database.

This bug never seemed to go anywhere, so RESOLVED INCOMPLETE.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.