[Webkit-unassigned] [Bug 40734] New: Storage event not called

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 13:49:37 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40734

           Summary: Storage event not called
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://www.jensarps.de/tests/storage.html
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P1
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ken.andries.1992 at gmail.com


When I was working on application that uses the addEventListener('storage', handlerFunc, false) I came upon a problem that the handler doesn't do anything.
After some searching I found out it was not my application but a bug thats why I'm filling this one


Test Case
open the url click the button nothing will happen

What should happen
The console should display:
 event handler added
 setItem

 storage event launched conaiting value: 
 new value
 old value etc

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



More information about the webkit-unassigned mailing list