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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Add comment