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

Things you’d like to miss in the future...
Forum rules
:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:

:info: Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).

:info: We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.

:info: When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".

:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:
Post Reply
Evolve
Posts: 354
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
To see the attached files, you need to log into the forum.

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

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

Post by admin »

Can you describe it with words?

Evolve
Posts: 354
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: 66628
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @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