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
This only happens when the page is first loaded/reloaded. The component in question is the search bar on the top of the page. When I click in there, it brings up the search box in the middle of the screen. After typing one letter, this loses focus, and typing more letters will not be input,before manually clicking into the box. After escaping out of this box and clicking in the search bar on top of the page again, the box now works fine, without losing focus.
However, if I refresh the page, the issue starts again. Not a major thing, just slightly annoying.
Reproduction
Go to Svelte main page (or any other page with a search bar on top I think).
Click in search bar on top.
Observe search box losing focus after first letter typed.
Escape search box.
Click in search bar again.
Search box now works well without losing focus.
Refresh page.
Repeat from step 2.
Logs
Autofocus processing was blocked because a document already has a focused element.
@gtm-nayan I've started doing a screen capture, and I've noticed that this doesn't happen in incognito mode or in a guest account, so the issue might be unrelated to Svelte, and it might lie in one of the plugins i have installed, or some other setting related to my account. I'm using Chrome by the way. If you think this is worth investigating further, I'll add a screen capture.
Describe the bug
This only happens when the page is first loaded/reloaded. The component in question is the search bar on the top of the page. When I click in there, it brings up the search box in the middle of the screen. After typing one letter, this loses focus, and typing more letters will not be input,before manually clicking into the box. After escaping out of this box and clicking in the search bar on top of the page again, the box now works fine, without losing focus.
However, if I refresh the page, the issue starts again. Not a major thing, just slightly annoying.
Reproduction
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: