You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Components added outside of a view which include a LoginForm require two click to be triggered.
This is a regression since 24.1.0. It was working as expected both in 24.0.x and 23.x.x
Expected outcome
A click on a link or button outside the LoginForm should be trigger the corresponding action at first click.
BTW, this also affects built-in logic e.g. in some cases "Forgot password" button can't be clicked if focus is in any of the fields (the visual "active" state is applied on mousedown but there is no forgot-password event fired).
I'll see if we can postpone setting errorMessage until the field focusout (or global click if mouse was used for blur).
Description
Components added outside of a view which include a LoginForm require two click to be triggered.
This is a regression since 24.1.0. It was working as expected both in 24.0.x and 23.x.x
Expected outcome
A click on a link or button outside the LoginForm should be trigger the corresponding action at first click.
Minimal reproducible example
Steps to reproduce
Environment
Vaadin version(s): 24.1.0 up to 24.4.12
Browsers
Issue is not browser related
The text was updated successfully, but these errors were encountered: