Rapid Access prevents browsing folders

Things you’d like to miss in the future...
Post Reply
yusef88
Posts: 1148
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Rapid Access prevents browsing folders

Post by yusef88 »

this is XY fresh install and I just added Rapid Access to toolbar

goto special path Downloads\cc
add current folder to Rapid_Access (by toolbar icon right click )
go up and try to browse that folder again
Attachments
Rapid_Access.zip
(166.34 KiB) Downloaded 29 times

admin
Site Admin
Posts: 61139
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Rapid Access prevents browsing folders

Post by admin »

Good find! :tup: Happens when RAF is not present in the tree. Fix comes.

yusef88
Posts: 1148
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: Rapid Access prevents browsing folders

Post by yusef88 »

Another possible bug, adding folder to RAF which its name is the same as user name, will make RAF add alternatively the %user% folder

e.g.D:\asd will be under RAF %user%

Code: Select all

  $dir = "<xydata>\test\%USERNAME%";
  new("$dir", "dir");
  goto "$dir";
  raf("<curpath>");
raf.png
raf.png (15.07 KiB) Viewed 281 times
Last edited by yusef88 on 25 May 2024 21:41, edited 1 time in total.

yusef88
Posts: 1148
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: Rapid Access prevents browsing folders

Post by yusef88 »

sorry to ask
remove things from RAF tree which change current tab location. is it a bug or limitation?

admin
Site Admin
Posts: 61139
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Rapid Access prevents browsing folders

Post by admin »

yusef88 wrote: 25 May 2024 14:20 Another possible bug, adding folder to RAF which its name is the same as user name, will make RAF add alternatively the %user% folder

e.g.D:\asd will be under RAF %user%
Indeed! :tup: Fixed by automatic desambiguation (numbers are automatically suffixed).

admin
Site Admin
Posts: 61139
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Rapid Access prevents browsing folders

Post by admin »

yusef88 wrote: 25 May 2024 14:33 sorry to ask
remove things from RAF tree which change current tab location. is it a bug or limitation?
? Not sure what you mean.

yusef88
Posts: 1148
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: Rapid Access prevents browsing folders

Post by yusef88 »

admin wrote: 25 May 2024 19:58
yusef88 wrote: 25 May 2024 14:33 sorry to ask
remove things from RAF tree which change current tab location. is it a bug or limitation?
? Not sure what you mean.
RAF thinks I want to delete current folder, so it takes me to This PC after click confirmation
Attachments
raf2.png
raf2.png (32.69 KiB) Viewed 282 times

admin
Site Admin
Posts: 61139
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Rapid Access prevents browsing folders

Post by admin »

It was a double-bug: Wrong folder mentioned in message, and wrong folder selected after deletion. Both fixed in next beta. :tup: :tup:

Post Reply