Bug 135105
| Summary: | indexedDB versionchange doesn't abort correctly with devtools open | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jake Archibald <jaffathecake> |
| Component: | Web Inspector | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/17741801>
Jake Archibald
Same issue if transaction is explicitly aborted http://jsbin.com/vocix/2/quiet