You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Bi Jane Jia (JIRA)" <ji...@apache.org> on 2014/08/14 08:33:12 UTC

[jira] [Updated] (FLEX-34464) File saving failure cannot be captured in IE8 with FileReference.save()

     [ https://issues.apache.org/jira/browse/FLEX-34464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bi Jane Jia updated FLEX-34464:
-------------------------------

    Attachment: TestFileSave.mxml

sample for reproducing the problem

> File saving failure cannot be captured in IE8 with FileReference.save()
> -----------------------------------------------------------------------
>
>                 Key: FLEX-34464
>                 URL: https://issues.apache.org/jira/browse/FLEX-34464
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: AgentAPI
>    Affects Versions: Apache Flex 4.11.0
>         Environment: Internet Explorer 8 + Windows 7
>            Reporter: Bi Jane Jia
>         Attachments: TestFileSave.mxml
>
>
> [Problem]
> =========
> Cancel event is triggered when the file saving failed in IE8. While in IE7, the same operation get IO_ERROR triggered.
> STEPS TO REPRODUCE:
> ===================
> 1. Run the sample.
> 2. click "File Save" button and confirm that a test.csv file is saved.
> 3. open the test.csv file and then click "File Save" button again. The file saving should fail as the file is opened.
> RESULT:
> =======
> Event.CANCEL is triggered.
> EXPECTED:
> =========
> As the file saving failed, IOErrorEvent.IO_ERROR should be triggered
> QUESTION:
> =========
> Can you comment how to capture the failure for the reproduce steps?



--
This message was sent by Atlassian JIRA
(v6.2#6252)