[Webkit-unassigned] [Bug 128316] New: IDB: storage/indexeddb/create-index-with-integer-keys.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 6 10:26:49 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=128316

           Summary: IDB:
                    storage/indexeddb/create-index-with-integer-keys.html
                    fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com


IDB: storage/indexeddb/create-index-with-integer-keys.html fails

The test creates an object store, puts a record in the object store, creates an index, then opens an index cursor.

The index cursor is supposed to represent that record in the object store, but comes up undefined.

We don't write index records for indexes that are created *after* a record is put in its referenced object store.  Doh!

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list