hugoloza / gwt-mobile-webkit

Automatically exported from code.google.com/p/gwt-mobile-webkit
2 stars 0 forks source link

StorageEvents are NOT emitted from the Storage API. #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a StorageEventHandler to a Storage instance
2. Perform transactions on said Storage
3. No events are emitted.

What is the expected output? What do you see instead?
We expect to have a StorageEvent emitted from the Storage.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by bguijt on 10 Jun 2009 at 11:47

GoogleCodeExporter commented 9 years ago

Original comment by bguijt on 10 Jun 2009 at 11:52

GoogleCodeExporter commented 9 years ago
This problem seems to be specific to certain browsers - because it WORKS in 
iPhone Safari 3.0!

Original comment by bguijt on 10 Jun 2009 at 2:11

GoogleCodeExporter commented 9 years ago
Added a workaround for Firefox(3.5) browsers - the GWT impl itself will take 
care of emitting the right 
StorageEvents.

Earlier iPhone Safari versions probably need some support too - not closing 
this issue yet.

Original comment by bguijt on 21 Jun 2009 at 12:14

GoogleCodeExporter commented 9 years ago
Added support for IE8's implementation of DOMStorage 
(http://msdn.microsoft.com/en-
us/library/cc197062(VS.85).aspx)

Original comment by bguijt on 21 Jun 2009 at 9:48

GoogleCodeExporter commented 9 years ago
StorageEvent work on all supported platforms: Safari4, FF3.5, IE8 and 
Safari-iPhoneOS3.0.

Original comment by bguijt on 22 Jun 2009 at 10:47

GoogleCodeExporter commented 9 years ago

Original comment by bguijt on 22 Jun 2009 at 10:51