Opened 14 years ago
Closed 14 years ago
#6598 closed defect (wontfix)
WebKit (Safari) crashes when using FlashStorage
Reported by: | guest | Owned by: | bradneuberg |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Storage/Flash | Version: | 1.1.0 |
Keywords: | dojox, offline, storage, flash | Cc: | |
Blocked By: | Blocking: |
Description
If you try to use FlashStorage? from dojox.offline safari will crash ( not each time but most of the times ). The problem lies in The flash plugin. Here is a discussion about this http://discussions.apple.com/thread.jspa?messageID=6465938� The solution someone gave was to ether upgrade tot he latest version of flash or downgrade to 9.0.47 I tried both but it didn't work, safari still crashes. is there some workaround/fix for this?
Please see the attached files for the test html and the crash report
Attachments (2)
Change History (3)
Changed 14 years ago by
comment:1 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Using the Flash Storage Provider with Dojo Offline is not supported; in fact, I'm surprised you were able to get that far. Dojo Offline has its own profile build, offline.js, that only bakes in the Gears storage provider. Getting Flash to work offline is a pain, and I used to have the code in there, but I removed it when I refactored Dojo Offline on top of Gears and away from our custom plugin. Dojo Storage, in conjunction with Flash and HTML 5, is meant to be used away from Dojo Offline if you want Flash. This is useful for caching commonly used data, for example. If you want full offline functionality you will need to use Dojo Offline with Gears. Marking as WONTFIX.
Now, if you get this bug _without_ using Dojo Offline independently on a web page with Webkit than I'd be concerned, and you can reopen this bug with a non-Dojo Offline test case.
crash report