cables-gl / cables_docs

cables documentation docs.cables.gl
https://cables.gl/docs/docs
45 stars 16 forks source link

InputElement bug: no text input on MacOS #833

Closed 873hz closed 2 months ago

873hz commented 2 months ago

There is a bug in InputElement on macOS. I used this patch as a test: https://cables.gl/p/8Crpnm

No keyboard text is entered after switching an element to Focus mode with a left click. I tried to switch between Input and TextArea modes in the Sidebar, but it didn't help.

I asked people to try this patch on different versions of MacOS and in different browsers, text input didn't work anywhere. Here are their characteristics: 1) Sonoma 14.2 + Safari 17.1 + Chrome Version 126.0.6478.182 2) Sonoma 14.4 + Safari 17.4

pandrr commented 2 months ago

you have to click the canvas again after focussing the sidebar elements

Screenshot 2024-08-26 at 12 14 22

if you do this it also works after using the sidebar

873hz commented 2 months ago

Thanks. It worked.