"Show columns" stops working when the caption of an Extra column contains a comma

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
rasmus
Posts: 1
Joined: 13 Dec 2023 20:30
Location: Win 11 Pro @ 100%

"Show columns" stops working when the caption of an Extra column contains a comma

Post by rasmus »

XYplorer version: 28.10.0500 64-bit, 19-Jan-2026 (also verified in 25.00.0200)
Windows Version: 11 Pro
Screen scaling: 100%
UI and Windows Language: US English
Regional settings/keyboard: Danish (Windows list separator ; — changing it does not change behavior)

Steps to reproduce:
- Open any normal filesystem folder (not "This PC") and switch to Details view.
- Right click an empty part of the column header, place checkmark next to one of the extra tag columns, e.g. "Extra 1".
- Rename the Extra column caption to contain an ASCII comma ",":
- Right click the Extra 1 column, select "Configure Extra Column 1…"
- Set Caption to: Foo, Bar
- Click OK
- Right-click header → click Show Columns… (or View → Columns → Show Columns…) in any normal folder (not This PC).

Expected: "Show Columns…" dialog opens.
Actual: "Show Columns…" does nothing.
Workaround: Rename the caption to remove the comma - "Show Columns…" works immediately, no restart required


Likely cause (guess):
The Extra Tag column caption is being parsed/serialized using a comma-delimited format somewhere (e.g., building an internal list or writing/reading tag metadata), and the caption is not properly escaped/quoted.
When a comma is present, parsing fails and the columns dialog can’t be constructed/shown.
Since the failure and recovery are immediate and don’t require restart, it looks like a runtime parse/refresh step failing rather than a persisted layout issue.

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

Re: "Show columns" stops working when the caption of an Extra column contains a comma

Post by highend »

Confirmed.

You can even see that something's wrong by looking at the context menu (2 entries for foo and bar):
2026-02-11_05-31-46.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: 66075
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: "Show columns" stops working when the caption of an Extra column contains a comma

Post by admin »

Indeed. A comma cannot be tolerated in column captions. The next beta will disallow (silently remove) it when (re)naming a custom/extra column.

Post Reply