sbrin / lopaka

Lopaka - Stunning graphics for embedded systems displays
https://lopaka.app
Apache License 2.0
315 stars 18 forks source link

develop intruduced a problem when inputting strings: text field doesn't stay active, so only captures one character #129

Closed Gaai closed 4 months ago

Gaai commented 4 months ago

When entering a string and trying to edit the text field, the form field loses 'focus'/'active' status after one or sometimes two typed characters. Focus/active status goes to the preview element. When you try to remove multiple characters it removes one and then removes the whole string, because of this. Tried on different browsers: chrome, brave, edge.

deadlink commented 4 months ago

@Gaai Could you provide more information please? I can't reproduce

Upd: It's okay, I understand what's wrong

deadlink commented 4 months ago

Fixed in #131

sbrin commented 4 months ago

thank you