Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Melhorar navegação via teclado #114

Open
rodmaia opened this issue Sep 17, 2019 · 3 comments
Open

Melhorar navegação via teclado #114

rodmaia opened this issue Sep 17, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request frontend
Milestone

Comments

@rodmaia
Copy link
Collaborator

rodmaia commented Sep 17, 2019

Ao criar novo item (utter ou intent) colocar o foco no campo de nome.

Ao editar item (utter ou intent) colocar o foco no primeiro balão de conteúdo.

Fazer a tecla Enter passar direto para o próximo balão, ou criar um novo balão se necessário.

@rodmaia rodmaia added enhancement New feature or request frontend labels Sep 17, 2019
@rodmaia rodmaia added this to the Sprint 10 milestone Sep 24, 2019
@AmandaMuniz
Copy link
Collaborator

Following the procedures according to #153.

@AmandaMuniz
Copy link
Collaborator

After checking this issue, I could notice that commits that resolve this issue were part of a general pull request. The code is on the branch master, and the software works correctly. I'll be changing this issue to 'done' and close it.

@rodmaia rodmaia reopened this Mar 1, 2021
@rodmaia
Copy link
Collaborator Author

rodmaia commented Mar 1, 2021

The behavior of the Enter key doesn't match what was specified on the issue. Currently, the Enter key will always create a new item regardless of where you hit it. Also, on utters, it will add a new line on the current balloon before it moves to the next.

What was expected when you hit Enter was:

  • If you are on the last item of the list (last Intent text field or last Utter balloon) or if the list only has one item: create a new blank item
  • If you are on any other item but the last: move to cursor to the next item without adding a new line

Apologies for not being clear in the original description 😬

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend
Projects
None yet
Development

No branches or pull requests

3 participants