View Issue Details

IDProjectCategoryView StatusLast Update
0019282MMW 5Extensions frameworkpublic2022-07-26 15:36
Reporterzvezdan Assigned To 
PrioritynoneSeverityminorReproducibilityalways
Status feedbackResolutionopen 
Summary0019282: navUtils.getFocusedNode().dataSource.path returns paths with the '-' appended
DescriptionFor example, it is 'F:\\Temp\\-'
TagsNo tags attached.
Fixed in build

Relationships

related to 0019283 feedbackzvezdan navUtils.getFocusedNode() in 'focuschange' event handler returns wrong dataSource.path 
related to 0019270 closedLudek app.filesystem.getFolderOfPathAsync(...).path is sometimes wrong 

Activities

Ludek

2022-07-26 15:28

developer   ~0068915

Last edited: 2022-07-26 15:30

I can't replicate at all, tested even with the fix of 0019270 reverted and still unable to replicate.

Tested on nodes like:
Music > Location > C:\ > Temp
Folders > C:\ > Temp

but both
navUtils.getFocusedNode().dataSource.path
and
navUtils.getFocusedFolder().then(function (initPath) { ...
gives me correct value 'C:\Temp\'

Wondering what I am doing differently in my tests? Can you catch in in a screencast or give more info to replicate?

Ludek

2022-07-26 15:36

developer   ~0068918

Does this happen on clean install with all scripts disabled?