OpenBeta / open-tacos

Rock climbing route catalog (openbeta.io)
https://openbeta.io
GNU Affero General Public License v3.0
110 stars 111 forks source link

Stop blocking the CTRL/CMD button #1153

Open heliodor opened 1 week ago

heliodor commented 1 week ago

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.

heliodor commented 1 week ago

This is happening inside the search widget that's located at the top of the page. Type something, get results, try to CTRL/CMD click any of them.

Not sure if it's a problem elsewhere on the site because I see that it does work in other parts.