[Webkit-unassigned] [Bug 15592] DOM Exception opening up client-side database example for the first time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 21 11:07:13 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15592





------- Comment #2 from ddkilzer at webkit.org  2007-10-21 11:07 PDT -------
(In reply to comment #1)
> Also, I believe this "DOM Exception 12" prevents a new blank note from being
> created the first time the page is loaded.

The problem is that there is a race condition between creating the
WebKitStickyNotes table for the first time and querying the table in the
loaded() function.  The loaded() function may get called before the
WebKitStickyNotes table is created.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list