sortby broken for custom column

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
roemer_m
Posts: 20
Joined: 10 Dec 2016 15:18

sortby broken for custom column

Post by roemer_m »

sortby on custom column seems to be broken
1. create custom column "length" (name can be changed freely)
2. ::sortby "lenght";
on my current version 23.70.0200 result is:
list sort is only reset - no first or second sort applied anymore

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

Re: sortby broken for custom column

Post by highend »

Can confirm this

It still works with property and special property columns, but not with custom ones

It doesn't even show the sort arrow button on custom columns when sortby is used on them
One of my scripts helped you out? Please donate via Paypal

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

Re: sortby broken for custom column

Post by admin »

It seems that this change (next beta) which makes a lot of sense IMO also fixes your issue:

Code: Select all

    * SC sortby: Now partial match is used as a fall back if there is no full match for 
      the "column" parameter. Previously, the first partial match (from left) was used.

roemer_m
Posts: 20
Joined: 10 Dec 2016 15:18

Re: sortby broken for custom column

Post by roemer_m »

Yes, problem with SC sortby was fixed with version 23.70.0205

roemer_m
Posts: 20
Joined: 10 Dec 2016 15:18

Re: sortby broken for custom column

Post by roemer_m »

Sorry but sortby of custom column still exists if name of custom column include German umlauts (and maybe also other non ASCII-chars).
If you use "Länge" as custom column name sortby fails but if "Laenge" is used all is working as expected.

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

Re: sortby broken for custom column

Post by admin »

Cannot really reproduce. But I found another little problem that might also be the cause for yours. Check out the next beta.

roemer_m
Posts: 20
Joined: 10 Dec 2016 15:18

Re: sortby broken for custom column

Post by roemer_m »

Great surprise for me: portable version 23.70.0300 is working with German umlauts but same installed version fails with sortby on my computer. Could it be that I have to cleanup something (cache maybe)?

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

Re: sortby broken for custom column

Post by admin »

XY has no Unicode problems.

Try v23.70.0301 ...

roemer_m
Posts: 20
Joined: 10 Dec 2016 15:18

Re: sortby broken for custom column

Post by roemer_m »

Don you are right - beta 23.70.0301 is working correct. Thanks for fix.

Post Reply