Page 1 of 1
CEA "Middle-click on folder" breaks selection in Locked Tree
Posted: 21 Nov 2021 07:04
by Evolve
Script for CEA "Middle-click on folder":
tab("new", itematpos());
d84FSHlhGh.gif
Re: CEA "Middle-click on folder" breaks selection in Locked Tree
Posted: 21 Nov 2021 10:19
by admin
Can you describe it with words?
Re: CEA "Middle-click on folder" breaks selection in Locked Tree
Posted: 21 Nov 2021 12:34
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.
Re: CEA "Middle-click on folder" breaks selection in Locked Tree
Posted: 21 Nov 2021 18:22
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