Closed joao-mbn closed 1 month ago
Hello @joao-mbn,
Indeed the issue you linked is relevant. This issue was caused by the selectionchange
event which was reporting a wrong caret position. The issues with this event were limited to Firefox, but now I believe there has been a change to Chromium as well which added this regression.
I've removed this listener. For folks who want the old behavior back, there's the new option: updateCaretOnSelectionChange: true
.
The fix is part of v3.8.0 release and should make it into react-simple-keyboard in a few minutes.
Thanks and let me know if you still experience issues, Francisco Hodge
Thank you very much @hodgef. I updated the version and it is working as expected now.
Describe the bug Identical to #1839
I found it using
react-simple-keyboard@3.7.153
, but it happens in the demo page as wellProvide a repro