- Notifications
You must be signed in to change notification settings - Fork 32
Repeated type on key input on Android device using a Bluetooth keyboard #124
Copy link
Copy link
Closed
Labels
area:coreA bug/feature for the core code-input.js/code-input.css filesA bug/feature for the core code-input.js/code-input.css filesbugSomething isn't workingSomething isn't workingpriority:lowstatus:waitingWaiting for a response/action by the reporter/a third party.Waiting for a response/action by the reporter/a third party.
Milestone
Description
Metadata
Metadata
Assignees
Labels
area:coreA bug/feature for the core code-input.js/code-input.css filesA bug/feature for the core code-input.js/code-input.css filesbugSomething isn't workingSomething isn't workingpriority:lowstatus:waitingWaiting for a response/action by the reporter/a third party.Waiting for a response/action by the reporter/a third party.
When I type using a Bluetooth keyboard on an Android device, every time I press a character on keyboard, which I had previously typed before, is reappearing on code-input editor area.
In the following screenshot on the demo page CodePen, on line 8 of the editor, I press the 'a' key, then 'b', 'c', 'd', and 'e'.
The expected output on the editor should be '
abcde', however, I got 'aababcabcdabcde'. The previously typed letter reappear on the editor.This is not happening when I used the on-screen keyboard of the tablet device.
My device is Samsung Galaxy Tab S8, Android 14, Google Chrome web browser.
The Bluetooth keyboard I was using is Logitech Keys-To-Go-2;
the same device, browser, and keyboard that I used to type this report.
I don't have other Bluetooth external keyboard, so I don't know whether the problem is on the keyboard incompatibility or a bug in the code-input key detection/sync.
Any suggestion to this issue is appreciated. Thank you.