enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.31k stars 318 forks source link

Arrow key defects #10239

Closed AdRiley closed 3 weeks ago

AdRiley commented 3 weeks ago

image

If I am editing a text widget then the left right arrow keys should move the text edit cursor inside the widget and not move the component.

Also if I put my cursor in a text edit widget and then enter code edit mode on the component the left right arrow keys should move the text edit cursor. Currently they do not.

image