Search Issue Tracker
Fixed
Fixed in 6000.0.3f1
Votes
0
Found in
6000.0.1f1
Issue ID
UUM-71335
Regression
No
[UIBuilder] Changes aren't detected on types implementing IList
Steps to reproduce:
- Open `Document`, select `Element`, press `Add` next to `Obj`, and try changing both the `Data` fields.
- Notice neither field is marked as being set.
- Open the `Data` script and comment out `#define IMPLEMENT_ILIST`
- Repeat step 1 and see that the changes cause the fields to be marked as set.
Actual results:
Expected results:
Reproducible with versions: 6000.f1
Not reproducible with versions:
Can’t test with versions:
Tested on (OS): Windows
Notes:
- When a change is made we do a comparison between the old value and new one, if nothing changes we ignore it. The check we do is a little complicated because of all the different data we may be comparing, in 1 part we do a check to see if the values are IList, if they are we then compare the contents of them to see if they match. So here they are both empty and considered a match and we assume nothing changed. We need to also consider the contents as well as the items.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [iOS] Text Input field stops receiving changes when the "Cancel" button is used on the soft keyboard
- [WebGPU] URP RenderGraph RenderPass doesn't clear textures
- Query Builder items display raw code style names instead of human readable labels in search field
- “+” button does nothing and has no functionality when clicked in Human Template "Bone Template" list
- Solid gray or black areas are present when using ShaderGraph with Custom Function nodes without manual reimport
Add comment