Bug 135105

Summary: indexedDB versionchange doesn't abort correctly with devtools open
Product: WebKit Reporter: Jake Archibald <jaffathecake>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: beidson, inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://jsbin.com/vocix/1/quiet

Jake Archibald
Reported 2014-07-20 12:22:01 PDT
1. Open http://jsbin.com/vocix/1/quiet with devtools closed 2. Refresh the page, note that onupgradeneeded is called each time 3. Open devtools 4. Refresh 5. onupgradeneeded no longer called, as if the error didn't happen I guess something is preventing the error propagating? Chrome has a very similar issue https://code.google.com/p/chromium/issues/detail?id=395472
Attachments
Radar WebKit Bug Importer
Comment 1 2014-07-20 12:22:07 PDT
Jake Archibald
Comment 2 2014-07-21 02:04:17 PDT
Same issue if transaction is explicitly aborted http://jsbin.com/vocix/2/quiet
Note You need to log in before you can comment on or make changes to this bug.