JetBrains/jewel

ListComboBox arrow keys behaviour is inconsistent with Swing

Closed this issue · 1 comments

hamen commented
          One small nit on behavior is with arrow keys. When using the Up Arrow to navigate through the list to the top, once you get to the top, the subsequent key press moves the insertion cursor in the `TextField` to the beginning.

arrowing-up

It's likely behavior inherited from using TextField, but looking at the Swing implementation, it doesn't do this. So curious if we should be consistent here.

Originally posted by @c5inco in #627 (comment)

hamen commented

Closed with #692