CleverCloud / clever-components

Collection of Web Components by Clever Cloud
https://www.clever-cloud.com/doc/clever-components/
Apache License 2.0
215 stars 19 forks source link

fix(cc-logs): selection toggle using keyboard doesn't work on Firefox #1010

Closed pdesoyres-cc closed 2 months ago

pdesoyres-cc commented 2 months ago

Shift + Space and Ctrl + Space doesn't work on Firefox. On firefox only, during click simulation with the keyboard, the modifier keys are not set on the click event.

We need to track the modifier keys using the keypress event.

pdesoyres-cc commented 2 months ago

Could not reproduce