[Webkit-unassigned] [Bug 136888] IndexedDB onupgradeneeded not firing correctly in Safari/iOS 8

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 11 14:30:08 PDT 2015


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

--- Comment #13 from Brady Eidson <beidson at apple.com> ---
Created attachment 254759
  --> https://bugs.webkit.org/attachment.cgi?id=254759&action=review
Reduced test case from Nolan

This is basically Nolan's blocks.org test case, but just reduced, code-styled, and in one file.

It fails not because of a problem with onupgradeneeded, but because it opens a transaction to multiple object stores.

That's already covered in https://bugs.webkit.org/show_bug.cgi?id=136937

So we'll clarify this bug is about one issue, which is that when onupgradeneeded does fire on a new database that the oldversion property is wrong.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150611/646902ee/attachment.html>


More information about the webkit-unassigned mailing list