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

Autofocus broken for form #3799

Open
asvae opened this issue Sep 6, 2023 · 0 comments
Open

Autofocus broken for form #3799

asvae opened this issue Sep 6, 2023 · 0 comments
Labels
BUG Something isn't working d1: super easy Task for newbies. Players take half normal damage from monsters and the environment. v1: minor This might be helpful, but not really

Comments

@asvae
Copy link
Member

asvae commented Sep 6, 2023

Vuestic-ui version: 1.7.6

UPD: I fixed all other form tests, and all methods are actually operational except for autofocus. So probably not something serious.


Right now autofocus doesn't work in very problematic way (I'm worried we broke form severely). The way form works is that every form element inside of it registers itself as child on Form (to my knowledge).
When I checked - va-input item was not even registered. So I'm seeing several levels of problems here.
I commented test for now, idea is to fix and reenable it in context of this issue.

Here's what I think we should do:

  • Check all form elements are registered properly in form (maybe even in context of Polish: va-form #3765).
  • Check autofocus works properly.

Other

I tested on this story, but problem is wider than that.

@asvae asvae added the BUG Something isn't working label Sep 6, 2023
@asvae asvae added v3: wish to have This is something user want, but can live without it d2: easy Recomended mode for new, but mature players labels Sep 6, 2023
@asvae asvae added v1: minor This might be helpful, but not really d1: super easy Task for newbies. Players take half normal damage from monsters and the environment. and removed v3: wish to have This is something user want, but can live without it d2: easy Recomended mode for new, but mature players labels Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working d1: super easy Task for newbies. Players take half normal damage from monsters and the environment. v1: minor This might be helpful, but not really
Projects
Status: Backlog
Development

No branches or pull requests

1 participant