[Webkit-unassigned] [Bug 136155] indexeddb versionchange event not fired
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 26 07:20:18 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=136155
Raymond Camden <raymondcamden at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |raymondcamden at gmail.com
--- Comment #1 from Raymond Camden <raymondcamden at gmail.com> 2014-09-26 07:20:17 PST ---
I can confirm this is a bug, but I want to add a bit of context. The bug is that if you have 2 tabs open using the same DB, and the second tab has upgraded the db, the first tab is not getting the event.
If, however, you use one tab, load the page, edit the code to change the version, and reload the page, the event is fired properly.
So this is more an issue of someone using the same DB concurrently. Probably a bit more rare, but should still be fixed.
--
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