ytsaurus / ytsaurus-ui

Web interface for YTsaurus.
https://ytsaurus.tech
Other
37 stars 19 forks source link

UI column type search doesn't work with enter #768

Open Arustinal opened 1 month ago

Arustinal commented 1 month ago

You can't use enter for data type selector in UI. There's 2 problems - no autofocus on first search result and unexpected reaction for enter button. It's look like enter is applied to folders and tables, not create table menu.

How to reproduce:

  1. Start create table from UI
  2. Go to column selector
  3. Try to select data type by typing into field
  4. Hit enter
Kontakter commented 1 month ago

@ma-efremoff – could you please take a look at this issue

vrozaev commented 1 month ago

SIG UI Weekly discussion:

Yes, we do need fix that and check that we can use dialogs via keyboard, focus should not leave dialog.

And at least enter and escape should work.