Folder truncation bug with v27.20.0708

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
highend
Posts: 14925
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Folder truncation bug with v27.20.0708

Post by highend »

v27.20.0708

Updated from 0707 and now some folders are truncated in the middle in a weird way...

E.g.:
2025_12_23-21_43_30.png
TaskExp...rer_x64 = TaskExplorer_x64

While "System Informer_x64" has more characters and isn't truncated at all...
You do not have the required permissions to view the files attached to this post.
One of my scripts helped you out? Please donate via Paypal

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

Re: Folder truncation bug with v27.20.0708

Post by admin »

Not here. :? Autosized Name column? What font/size?

highend
Posts: 14925
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Folder truncation bug with v27.20.0708

Post by highend »

If this would be tied to the autosizing, why isn't the longer name not truncated?

The longest name in that directory is "Remove empty directories_x64". Not truncated at all...

The font is Segoe UI 8,25
2025_12_23-22_39_26.png
You do not have the required permissions to view the files attached to this post.
One of my scripts helped you out? Please donate via Paypal

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

Re: Folder truncation bug with v27.20.0708

Post by admin »

I'll try it on Win11 tomorrow.
You do not have the required permissions to view the files attached to this post.

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

Re: Folder truncation bug with v27.20.0708

Post by admin »

Try this: echo get("textmetrics", "TaskExplorer_x64");

I get (Win8.1):

Code: Select all

Text: TaskExplorer_x64
Width: 86 pixels (86/86/86)
Height: 13 pixels
Fontname: Segoe UI
Fontsize: 8.25
Fontbold: No
Fontitalic: No

highend
Posts: 14925
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Folder truncation bug with v27.20.0708

Post by highend »

The only difference is:

Code: Select all

Width: 86 pixels (86/87/86)
I've checked 5 other truncated names, they all have the middle value +1
One of my scripts helped you out? Please donate via Paypal

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

Re: Folder truncation bug with v27.20.0708

Post by admin »

Okay, in Win11 I get the same difference (weird that Win8.1 differs from Win11 in such a basic function), though all is one pixel less (weird again!):

Code: Select all

Text: TaskExplorer_x64
Width: 85 pixels (85/86/85)
Height: 13 pixels
Fontname: Segoe UI
Fontsize: 8.25
Fontbold: No
Fontitalic: No
PS: And I see the truncation if Configuration | General | Menus, Mouse, Usability | Mouse | Full name column select is off.

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

Re: Folder truncation bug with v27.20.0708

Post by admin »

Fixed in next beta. :cup:

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

Re: Folder truncation bug with v27.20.0708

Post by admin »

Got it. Win11 Segoe UI supports kerning in "Ta" while Win81 does not. There is the one pixel difference. The slower measurement method can see this, the faster one cannot.
You do not have the required permissions to view the files attached to this post.

highend
Posts: 14925
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Folder truncation bug with v27.20.0708

Post by highend »

Confirmed fixed in 0709 :tup:
One of my scripts helped you out? Please donate via Paypal

Post Reply