Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2019.4.X, 2020.3.X
Votes
0
Found in
2019.3.0b9
2019.4
2020.3
2021.1
2021.2
Issue ID
1337002
Regression
No
Read-only fields can be modified with the mouse dragger
Numeric fields such as IntegerField, FloatField and DoubleField support a "isReadOnly" property to prevent modification.
While this correctly prevents the user from modifying the value with the keyboard, she can use her mouse to modify the value (try to drag the table and see your cursor change).
Steps to reproduce:
1) Drag attached script inside a project
2) From the top menu, open "UI Toolkit > ReadOnlyField"
3) Drag any of the readonly field
Expected result: values are not modified
Actual result: values are modified
Occurs with 2019.4, 2020.3, 2021.1 (not verified by report on the forums), 2021.2.
Forum:
https://forum.unity.com/threads/numeric-readonly-field-can-be-modified-by-dragging-label.1110823/
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Incorrect Shader keyword activation for Shadows when no Light is present in URP
- Editor freezes when loading a specific AssetBundle
- WebGPU builds with Multithreading enabled crash on Safari
- Set as Value in UI Builder doesn't work across all properties.
- Reorderable ListView inside a ScrollView has a glitchy behavior when trying to reorder items
Add comment