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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Add comment