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
I believe the issue is in orx-jvm/orx-panel/src/main/kotlin/org/openrndr/panel/elements/TextInput.kt
I can press the left and right arrow keys and the cursor may come into view or be out of the visible area, so it's not possible to edit the text knowing what we are doing (except deleting it from the end and typing it again).
textcursor.webm
Steps to reproduce the bug
I used one of the DemoExpressionEvaluator demos for this. I typed a long formula and tried to edit the first or last characters.
Operating System
Linux
OPENRNDR version
SNAPSHOT
ORX version
SNAPSHOT
Java version (if applicable)
No response
Describe the bug
I believe the issue is in orx-jvm/orx-panel/src/main/kotlin/org/openrndr/panel/elements/TextInput.kt
I can press the left and right arrow keys and the cursor may come into view or be out of the visible area, so it's not possible to edit the text knowing what we are doing (except deleting it from the end and typing it again).
textcursor.webm
Steps to reproduce the bug
I used one of the DemoExpressionEvaluator demos for this. I typed a long formula and tried to edit the first or last characters.