View Issue Details

IDProjectCategoryView StatusLast Update
0020561MMW 5Main Panelpublic2026-09-17 16:38
Reporterlowlander Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product Version2024.0 
Target Version2027.1 
Summary0020561: Choose columns inserts columns to incorrect position
DescriptionMultiple Adds add values in the wrong position.

1) I'm not sure that values should be added above selected value in Selected columns, below or last would seem more expected

2) When adding additional values they're added above the last added value instead of the selected value in Selected columns
Steps To Reproduce1 Select third position in Selected columns
2 Select first value in Columns
3 Click Add
--> Value added before selected value in Selected columns
4 Click Add again
--> Value added above value added in step 3, instead of above selected value in Selected columns

5 Click Remove
--> Selected value in Selected columns is removed as expected
--> Selection moves to value added in step 4, instead of value above or below deleted value
Additional InformationTicket 6724
TagsNo tags attached.
Fixed in build

Activities

rusty

2026-09-17 16:37

administrator   ~0082242

1) The current approach of adding it before the selected column is consistent with the approach used for adding columns in the tracklist. I'd prefer that it be added afterwards (in both cases) but I suspect we did it that way so that the user would be able to see if a column was added (it wouldn't be visible if the user added a column to the rightmost column), so w can probably leave it as is.

2) This is minor, but should be fixed.