Success! Looks like we've fixed this one. According to our records the fix was applied for
ION-1053
in
a recent build.
-
-
Best Answer Posted by
ariya
Note: This is not an issue anymore with SDP 1.2, we will release this version within a few weeks. Stay tuned!
-
-
Thanks for the report! I have opened a bug in our bug tracker.
-
-
Sencha Premium Member
Thanks. Having the same issue. Any expected ETA?
-
Ext JS Premium Member
Having the same effect, need a fix asap. If you need more technical information about the reproduction process, please ask.
-
-
Ext JS Premium Member
Hi,
I was able to help me with a modified solution nearly same as documented here: http://www.sencha.com/forum/showthre...fined-location. I hope this helps you with your download topic.
(for me, the topic can be marked as "workaround possible").
Harald
-
-
18 Apr 2013, 12:32 PM
#10
Ext JS Premium Member
@elgs: I added in every occurance of a file download (often done via a button, sometimes initiated by visiting a "<a href.." HTML entity) a javascript statement in order to distinguish between "native" browser support and Sencha desktop packager code:
Code:
if(typeof Ion == 'undefined') {
<ExtJS code for browser file download>
} else {
<Javascript code for Ion file handling>
}
Perhaps this helps you.
(Another point is that images, which are links, are treated another way than text, which is contained in a "<a href" HTML code). You may experience that too.
Regards,
Harald