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
The search box in the upper right corner takes some time to load its index. This leads to situations (with slow connections) where the search box says "Search". If you press the search hotkey (/) the focus shifts to the search box. But if I'm using the hot key (and even if clicking for focus) on a slow connection, the search dialog switches to "Loading...". Ideally, it would say "Loading..." from the beginning so people are aware the page is not ready for a search. But ideally, it should be disabled to prevent searching because if you attempt a search while the index is still loading then it just does nothing.
I implemented the disable feature on one of my own pages, you can see an example here. I just find this avoids any confusion.
The text was updated successfully, but these errors were encountered:
On the ModelingToolkit home page:
https://docs.sciml.ai/ModelingToolkit/stable/
The search box in the upper right corner takes some time to load its index. This leads to situations (with slow connections) where the search box says "Search". If you press the search hotkey (
/
) the focus shifts to the search box. But if I'm using the hot key (and even if clicking for focus) on a slow connection, the search dialog switches to "Loading...". Ideally, it would say "Loading..." from the beginning so people are aware the page is not ready for a search. But ideally, it should be disabled to prevent searching because if you attempt a search while the index is still loading then it just does nothing.I implemented the disable feature on one of my own pages, you can see an example here. I just find this avoids any confusion.
The text was updated successfully, but these errors were encountered: