[Webkit-unassigned] [Bug 36089] New: Web SQL: SQLResultSetRowList does not support indexing of rows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 13 11:29:39 PST 2010


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

           Summary: Web SQL: SQLResultSetRowList does not support indexing
                    of rows
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tobbez at ryara.net


Created an attachment (id=50659)
 --> (https://bugs.webkit.org/attachment.cgi?id=50659)
Test page that doesn't work, but should work.

http://dev.w3.org/html5/webdatabase/ states (as far as I can tell) that
SQLResultSetRowList should support indexing of its contained rows, i.e.
resultSet.rows[index]  should work, but it currently does not in Webkit - you
must currently use resultSet.rows.item(index) instead.

Tested on version 4.0.4 (531.21.10), nightly build revision 55961.

Attached test page displays '0' when indexing works, and is blank otherwise.

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