[Webkit-unassigned] [Bug 128157] New: IDB: HTML5 Rocks Indexed Database demo fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 3 21:08:41 PST 2014


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

           Summary: IDB: HTML5 Rocks Indexed Database demo fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com


IDB: HTML5 Rocks Indexed Database demo fails

The demo can be found here - http://www.html5rocks.com/en/tutorials/indexeddb/todo/

TODOs that you save are stored to the database, but they are never retrieved.

This is because the value cursor they create never returns any values.

And that is because we're choosing the wrong SQL statement for the cursor.

In radar as <rdar://problem/15966095>

-- 
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