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)