-
Notifications
You must be signed in to change notification settings - Fork 20
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
Active element is lost if parent view calls render #328
Comments
wrong button |
Ugh, this issue is awful. Totally makes forms with input borked |
This stupid issue made me redesign my perspective into a bunch of smaller views that didn't force renders on the whole page. Which, besides the fact that was good practice, it still was really annoying |
Or.......... Upgrade the templateRenderer to use shadowdom now that it has better support? XD |
oooh, has there been updates to shadowdom? |
We should make sure it isn't lost if a child view has focus/is active element and the parent detaches/attaches that child view during a rerender.
The text was updated successfully, but these errors were encountered: