[ 
https://issues.apache.org/jira/browse/CB-6980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14038530#comment-14038530
 ] 

ASF subversion and git services commented on CB-6980:
-----------------------------------------------------

Commit 4f455ac3efe64caede6cbaff9d7c638caf6e5392 in cordova-plugin-file's branch 
refs/heads/master from [~martin.c.glez.glez]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=4f455ac ]

CB-6980 Fixing filesystem:null property in Entry

when resolveLocalFileSystemURI or resolveLocalFileSystemURL is called on
the File Plugin under Windows Phone 8, on success it should return a
Entry with several properties, as it is the filesystem information,
which returns as null.
on resolveLocalFileSystemURI.js it calls fileSystem.getFS the object
retrieved it should contain the filesystem information.
Since the fix, CB-6525, only adds support for Android and iOS, for other
platform it retrieves a null object, so adding a condition to retrieve
the information if the object from the callback is null.


> [WP8][cordova-plugin-file] resolveLocalFileSystemURI returns an entry with 
> filesystem: null
> -------------------------------------------------------------------------------------------
>
>                 Key: CB-6980
>                 URL: https://issues.apache.org/jira/browse/CB-6980
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File, WP8
>    Affects Versions: 3.5.0
>            Reporter: Martin Gonzalez
>            Assignee: Martin Gonzalez
>              Labels: WP8, plugin-file
>             Fix For: 3.6.0
>
>
> I have notice, when resolveLocalFileSystemURI or resolveLocalFileSystemURL is 
> called on the File Plugin under Windows Phone 8, it always returns a 
> fileEntry with null information on the filesystem.
> This behavior is unexpected the filesystem information it shouldn't be null 
> if a Entry Object is created.
> Found through mobile-spec File tests, affecting operations as 
> removeRecursively on DirectoryEntry, and remove on Entry.
> It might be reproduce by other means or scenarios.



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

Reply via email to