Bug 39510 - Sticky notes example sometimes gives "Couldn't open the database" error on Windows
Summary: Sticky notes example sometimes gives "Couldn't open the database" error on Wi...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://webkit.org/demos/sticky-notes/...
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-05-21 13:16 PDT by Adam Roben (:aroben)
Modified: 2010-05-21 21:35 PDT (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 Adam Roben (:aroben) 2010-05-21 13:16:40 PDT
I've seen this happen twice now, but it doesn't happen every time:

1. Move aside your Databases directory (on XP, it's C:\Documents and Settings\username\Local Settings\Application Data\Apple Computer\Safari\Databases)
2. Go to <http://webkit.org/demos/sticky-notes/index.html>

An alert appears that says "Couldn't open the database.  Please try with a WebKit nightly with this feature enabled".
Comment 1 Adam Roben (:aroben) 2010-05-21 13:17:14 PDT
Looking at the source for the page, this either means that "window.openDatabase" evaluated to false/undefined, or that calling openDatabase threw an exception.
Comment 2 Adam Roben (:aroben) 2010-05-21 13:17:43 PDT
<rdar://problem/8014859>