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
{{ message }}
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
Switch back to Launchpad. Keyboard focus will probably be in the "Filter tabs" input
Hit the Tab key to put the focus on any item in the tab list
After a few seconds, focus goes back to the "Filter tabs" input
It looks like we are regularly re-rendering the whole content, with the header+input too, and the render function is probably calling .focus() on the input.
The solution would be to re-render only the tab list.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
It looks like we are regularly re-rendering the whole content, with the header+input too, and the render function is probably calling
.focus()
on the input.The solution would be to re-render only the tab list.
The text was updated successfully, but these errors were encountered: