You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I've a small bug issue in the Virtual Keyboard when I'm trying to remove the characters in a TextArea by clicking in the BackSpace button (Bksp). After loading the page, if I already have some text in the TextArea like "tt", for example, when using the Bksp key the first "t" is not removed. It won't let me. This only happens using chrome. In IE11 works fine! If the TextArea begins empty like the examples in the page demo, this problem does not happen.
I've found out that the issue is here (line 1034 - version v1.22.5):
// add combo back
base.$preview.val( $keyboard.caret( base.$preview ).replaceStr(t2) );
val = base.$preview.val();
If I comment these 2 lines, the bug is fixed, but then the accents don't work anymore like é or ã.
Another strange behavior that I found out in this last version is that the usePreview in a TextArea is not working fine. It does not take the initial text to the preview TextArea. It's blank!
Sometimes, If I write a new character, the text is written in the beginning of the TextArea and then the initial text appears again. But sometimes it doesn't. The result is that the initial text is lost, which is quite bad... You can replicate this issue in the page demo.
Thank you so much for your support.
Best regards,
Tiago
The text was updated successfully, but these errors were encountered:
Hi!
I've a small bug issue in the Virtual Keyboard when I'm trying to remove the characters in a TextArea by clicking in the BackSpace button (Bksp). After loading the page, if I already have some text in the TextArea like "tt", for example, when using the Bksp key the first "t" is not removed. It won't let me. This only happens using chrome. In IE11 works fine! If the TextArea begins empty like the examples in the page demo, this problem does not happen.
I've found out that the issue is here (line 1034 - version v1.22.5):
// add combo back
base.$preview.val( $keyboard.caret( base.$preview ).replaceStr(t2) );
val = base.$preview.val();
If I comment these 2 lines, the bug is fixed, but then the accents don't work anymore like é or ã.
Another strange behavior that I found out in this last version is that the usePreview in a TextArea is not working fine. It does not take the initial text to the preview TextArea. It's blank!
Sometimes, If I write a new character, the text is written in the beginning of the TextArea and then the initial text appears again. But sometimes it doesn't. The result is that the initial text is lost, which is quite bad... You can replicate this issue in the page demo.
Thank you so much for your support.
Best regards,
Tiago
The text was updated successfully, but these errors were encountered: