Search Issue Tracker
Won't Fix
Won't Fix in 2023.1.X
Votes
0
Found in
2021.3.23f1
2022.2.16f1
2023.1.0b13
Issue ID
UUM-34830
Regression
No
MultiColumnListView silently stops updating if you call RefreshItems from inside a bindCell callback
If you get confused and call MultiColumnListView.RefreshItems() from inside a bindCell callback (obviously a bad idea, but I didn't realize I was doing it), the view will just mysteriously and silently never populate, rather than throwing an error. Would it be possible to throw an error in this case?
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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Resolution Note:
Thank you for bringing this issue to our attention. After careful consideration, we have determined that other higher-priority issues should take precedence, and we have decided not to address your issue at this time. The priority level is determined by factors such as the severity and frequency of an issue and the number of users affected by it. We appreciate your input and understanding, and please let us know if you have any other concerns or issues you would like to report in the future.
In this particular case, an internal mechanism would be required to detect such cases of function calls from specific callbacks. We agree that the end result is not satisfying in any way, and we apologize for this! We're taking good note of this, and will be taken into account should there be a refactor/update of the ListView control family.
Resolution Note (2023.1.X):
Thank you for bringing this issue to our attention. After careful consideration, we have determined that other higher-priority issues should take precedence, and we have decided not to address your issue at this time. The priority level is determined by factors such as the severity and frequency of an issue and the number of users affected by it. We appreciate your input and understanding, and please let us know if you have any other concerns or issues you would like to report in the future.
In this particular case, an internal mechanism would be required to detect such cases of function calls from specific callbacks. We agree that the end result is not satisfying in any way, and we apologize for this! We're taking good note of this, and will be taken into account should there be a refactor/update of the ListView control family.