View Issue Details

IDProjectCategoryView StatusLast Update
0019270MMW 5Extensions frameworkpublic2022-08-31 19:53
Reporterzvezdan Assigned To 
PriorityurgentSeverityminorReproducibilityrandom
Status closedResolutionfixed 
Product Version5.0.3 
Target Version5.0.4Fixed in Version5.0.4 
Summary0019270: app.filesystem.getFolderOfPathAsync(...).path is sometimes wrong
DescriptionThe folder returned by app.filesystem.getFolderOfPathAsync sometimes has wrong path property. For example,
(await app.filesystem.getFolderOfPathAsync('f:')).path -> 'F:f:'

or even this:
(await app.filesystem.getFolderOfPathAsync('e:')).path -> 'M:e:'
or
(await app.filesystem.getFolderOfPathAsync('e:\\Temp\\')).path -> 'M:e:\\Temp\\'

but sometimes it is ok:
(await app.filesystem.getFolderOfPathAsync('c:\\Temp\\')).path -> 'c:\\Temp\\'

I cannot reproduce it always, and it is happening with different drives.
TagsNo tags attached.
Fixed in build2658

Relationships

related to 0019282 feedbackzvezdan navUtils.getFocusedNode().dataSource.path returns paths with the '-' appended 
related to 0019283 feedbackzvezdan navUtils.getFocusedNode() in 'focuschange' event handler returns wrong dataSource.path 

Activities

Ludek

2022-07-22 13:38

developer   ~0068874

Fixed

peke

2022-08-31 19:53

developer   ~0069124

Verified 2661

Unable to replicate.