Bug 135105 - indexedDB versionchange doesn't abort correctly with devtools open
Summary: indexedDB versionchange doesn't abort correctly with devtools open
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://jsbin.com/vocix/1/quiet
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-07-20 12:22 PDT by Jake Archibald
Modified: 2016-12-13 15:34 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jake Archibald 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
Comment 1 Radar WebKit Bug Importer 2014-07-20 12:22:07 PDT
<rdar://problem/17741801>
Comment 2 Jake Archibald 2014-07-21 02:04:17 PDT
Same issue if transaction is explicitly aborted http://jsbin.com/vocix/2/quiet