Page 1 of 1

Folder truncation bug with v27.20.0708

Posted: 23 Dec 2025 21:46
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...

Re: Folder truncation bug with v27.20.0708

Posted: 23 Dec 2025 21:55
by admin
Not here. :? Autosized Name column? What font/size?

Re: Folder truncation bug with v27.20.0708

Posted: 23 Dec 2025 22:41
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

Re: Folder truncation bug with v27.20.0708

Posted: 23 Dec 2025 22:46
by admin
I'll try it on Win11 tomorrow.

Re: Folder truncation bug with v27.20.0708

Posted: 24 Dec 2025 08:25
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

Re: Folder truncation bug with v27.20.0708

Posted: 24 Dec 2025 08:32
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

Re: Folder truncation bug with v27.20.0708

Posted: 24 Dec 2025 08:52
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.

Re: Folder truncation bug with v27.20.0708

Posted: 24 Dec 2025 09:25
by admin
Fixed in next beta. :cup:

Re: Folder truncation bug with v27.20.0708

Posted: 24 Dec 2025 09:39
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.

Re: Folder truncation bug with v27.20.0708

Posted: 24 Dec 2025 10:19
by highend
Confirmed fixed in 0709 :tup: