Search Issue Tracker
Fixed
Fixed in 2022.2.0b7, 2023.1.0a5
Votes
0
Found in
2022.2.0a16
2023.1.0a1
Issue ID
UUM-4129
Regression
No
MultiColumCollectionView: Old column header still visible after changed Column.makeHeader
The default column header is still visible after changed Column.makeHeader
Procedure:
1 - Create a MultiColumnCollectionView with some columns
2 - Set the data source
3 - Change Column.makeHeader of the first column
Actual outcome:
The old header of the first column is still visible above the new header.
Expected outcome:
The old header of the first column disappears and the new header is visible
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- The Shortcuts window cannot be docked when it is invoked from the Shortcut Helper Bar
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
- Hovering on the three-dot menu also highlights the tab header near it when not all tabs fit the bar
Resolution Note (fix version 2023.1.0a5):
Ensures that the old header content of a column is removed when changing its header template