CEA "Middle-click on folder" breaks selection in Locked Tree

Things you’d like to miss in the future...
Post Reply
Evolve
Posts: 353
Joined: 27 Feb 2020 09:48

CEA "Middle-click on folder" breaks selection in Locked Tree

Post by Evolve »

Script for CEA "Middle-click on folder":

tab("new", itematpos());

d84FSHlhGh.gif
d84FSHlhGh.gif (198.11 KiB) Viewed 441 times

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

Re: CEA "Middle-click on folder" breaks selection in Locked Tree

Post by admin »

Can you describe it with words?

Evolve
Posts: 353
Joined: 27 Feb 2020 09:48

Re: CEA "Middle-click on folder" breaks selection in Locked Tree

Post by Evolve »

1. I've assigned a script (one liner above) for CEA "Middle-click on folder"
2. Clicking middle button on a folder in List or Unlocked Tree - works fine.
3. Locking the Tree, clicking - the selection doesn't follow clicks (see image).
PS. It's a visual bug, the locked tree keeps highlighting a folder which is not the current folder anymore.
PPS. The best I can explain:
The moment I press the Middle Button, it highlights the correct folder, but as soon as I release the button and the script produces a new tab and switches to it, the highlighting jumps back at the previously selected folder.

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

Re: CEA "Middle-click on folder" breaks selection in Locked Tree

Post by admin »

OK, confirmed and fixed. Also fixed an issue with virtual paths that were auto-translated to real paths. Now you can stop that by passing new flag 2:

Code: Select all

tab("new", itematpos(,,2)); //return virtual path

Post Reply