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
One of the reasons seems to be that whenever a <vaadin-login-overlay> is moved in the DOM, it is closed
web-padawan
changed the title
Unable to show a login overlay defined in a LitTemplate
[login] Unable to show a login overlay defined in a LitTemplate
Jun 19, 2021
Description
A
<vaadin-login-overlay>
added in aLitTemplate
cannot be shown.No matter if you define it as
<vaadin-login-overlay opened>
or show it using Java asExpected outcome
The login overlay is shown
Actual outcome
The login overlay is not shown
Minimal reproducible example
Steps to reproduce
git clone https://github.com/Artur-/test-login-overlay.git cd test-login-overlay mvn
Open http://localhost:8080/login-v1 or http://localhost:8080/login-v2
If you open http://localhost:8080/ and click on the link for
login-v1
orlogin-v2
, then it renders as expectedEnvironment
The text was updated successfully, but these errors were encountered: