You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Scrolling the mouse wheel changes the values in numeric input fields, which can lead to unintended adjustments during the scene creation flow.
To Reproduce
Steps to reproduce the behavior:
Open any scene
Select any numeric text field. For example, the Transform/Position.X of an entity.
Make sure that the text field is in focus AND the mouse pointer is inside the text field area
Move the mouse wheel up or down
Notice that the current text field value will increase or decrease by 1 depending on the wheel direction you pressed
Also the screen can scroll up or down veritcaly potentially hiding this issue for the unaware users
Expected behavior
Mouse wheel scroll should be used for scrolling the screen only. No values should be affected by this action.
Describe the bug
Scrolling the mouse wheel changes the values in numeric input fields, which can lead to unintended adjustments during the scene creation flow.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Mouse wheel scroll should be used for scrolling the screen only. No values should be affected by this action.
Screenshots
https://github.com/user-attachments/assets/121c2f19-8828-4841-90c7-0efa7624e0b2
The text was updated successfully, but these errors were encountered: