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
Thanks for all this testing of the keyboard. I will look into inconsistencies with the inputs, and will also check on composition events which I actually dind't know about.
Indeed js-dos not having a keyboard is known, I plan to redo js-dos to the latest version which will add back in support for mobile.
On Android Firefox trying to type in Terminal and Monaco Editor.
Using DustinBrett.com on Android Firefox Beta 130.0b9:
testing
into Terminal typestesting
.testing\n
into Terminal typestesting\n
.testing
into Monaco Editor typesesting
.testing\n
into Monaco Editor types wrong then eventually typestesting\n
.tes
then clickingtesting
from keyboard suggestion then typing\b\b
(backspaces) into Terminal typestestintesti
.tes
then clickingtesting
from keyboard suggestion then typing\b\b\n
(backspaces) into Terminal typestestin
.Using DustinBrett.com on Android Tor (Android Firefox ESR) 115.2.1:
testing
into Terminal typest
.testing\n
into Terminal typesttesting\n
.testing
into Monaco Editor typesesting
.testing\n
into Monaco Editor types wrong then eventually typestesting\n
.tes
then clickingtesting
from keyboard suggestion then typing\b\b
(backspaces) into Terminal typesttestingtesti
.tes
then clickingtesting
from keyboard suggestion then typing\b\b\n
(backspaces) into Terminal typesttesting
.This is probably related to browser CompositionEvent events not being properly handled or are not consistent across browsers.
See: https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionstart_event
The text was updated successfully, but these errors were encountered: