Opened 13 years ago
Closed 13 years ago
#7078 closed defect (duplicate)
dojox.off.offline, specifically dojox.flash, will not run on IE after being built
Reported by: | kriszyp | Owned by: | bradneuberg |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Offline | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
There is a NULL character escape sequence in the code "\0" that is converted to a real NULL character by the build/compressor. The real NULL character causes IE to fail to load the file.
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | flash.diff added |
---|
comment:1 Changed 13 years ago by
I just discovered dojoxStorageBuildOption: "offline", which fixes the build for dojox.off.offline (and makes it smaller). I assume that patching dojox.flash so it can be built is still advantageous.
comment:2 Changed 13 years ago by
This could be treated as a dup of #5027, which should probably be fixed due to the IE bug.
comment:3 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
OK, clearly it is more important to fix the build system (#5027), than do a work around in dojox.flash, plus {dojoxStorageBuildOption: "offline" } is the workaround I need for my stuff, so I will close this.
Fix for dojox.flash._base