You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "James White (JIRA)" <ji...@apache.org> on 2014/08/27 20:14:00 UTC

[jira] [Created] (CB-7415) File plugin's ProgressEvent implementation overwrites browser's native implementation

James White created CB-7415:
-------------------------------

             Summary: File plugin's ProgressEvent implementation overwrites browser's native implementation
                 Key: CB-7415
                 URL: https://issues.apache.org/jira/browse/CB-7415
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin File
    Affects Versions: 3.5.0
            Reporter: James White


The File plugin includes ProgressEvent.js, an implementation that mimics ProgressEvent objects for the FileReader/FileWriter objects, but does not include the usual event methods, etc.  

When the File plugin is added to a project, any existing ProgressEvent implementation native to the browser environment is overwritten with this one, breaking code outside of the plugin that relies on ProgressEvent functionality.



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