Skip to content

Repeated type on key input on Android device using a Bluetooth keyboard #124

Open
@aryoxp

Description

@aryoxp

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.

Screenshot_20241220_135849_Chrome

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:coreA bug/feature for the core code-input.js/code-input.css filesbugSomething isn't workingpriority:lowstatus:waitingWaiting for a response/action by the reporter/a third party.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions