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
@heliodor I'm taking a look into this as part of generally getting to know the React app. We don't fully control the keyboard events etc here as it's built with algolia/autocomplete-js. They've implemented the individual list elements to not show as links, which is why you aren't getting the option to open the links in a new tab. However, it should be possible to use their keyboard navigation to enable cmd+return at least, though I'm not sure if it will work for cmd+click.
I have to explore this further as it'll take some adjustment of the autocomplete component to make it work. It may also not have been implemented until a later version of algolia/autocomplete-js - the app is on 1.7, and the current version is 1.17. So we may also need to look into updating to a newer version of the library, which of course adds further complication.
Holding down CTRL on Windows or CMD on OSX while clicking is used for opening new tabs.
The site seems to be absorbing keyboard events and it's interfering with this standard browser behavior.
General concept that should be respected / implemented:
Keyboard events should be allowed to flow up to the browser level instead of being blocked.
The text was updated successfully, but these errors were encountered: