FileAPI: getParent() does not return a valid DirectoryEntry
-----------------------------------------------------------
Key: CB-421
URL: https://issues.apache.org/jira/browse/CB-421
Project: Apache Callback
Issue Type: Bug
Components: Android
Affects Versions: 1.5.0
Reporter: Simon MacDonald
Assignee: Simon MacDonald
Fix For: 1.6.0
Diego Guidi [email protected]
Experimenting with the File API using Cordova 1.5.0. looks that the getParent
method returns an invalid DirectoryEntry method.
The returned object contains the expected properties, like name and fullPath,
but lacks of the createReader method.
Here the console.log message:
04-02 08:39:39.035: I/Web Console(1305): Error in success callback: File10 =
TypeError: Object #<an Object> has no method 'createReader' at
file:///android_asset/scripts/cordova-1.5.0-a.js:651
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira