Open Cl0ser01 opened 1 year ago
https://github.com/ajaxorg/ace/assets/92168184/a8ace197-f867-4aa8-a913-6b61f946945e
When i use editor.commands.on('exec', handler) it doesn't catch remove event from Android keyboard (everything is ok in other OS)?
editor.commands.on('exec', handler)
It should catch "remove" event as any other event
Now every event from Android keyboard works correctly except "remove"
let handler = e => { console.log(e) } editor.commands.on('exec', handler);
Any button on any OS will raise console.log except Android remove button
No response
Ace-builds@1.5.0, Chrome 116.0.5845.163, Android 12, Landscape
This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.
Still open
https://github.com/ajaxorg/ace/assets/92168184/a8ace197-f867-4aa8-a913-6b61f946945e
Describe the bug
When i use
editor.commands.on('exec', handler)
it doesn't catch remove event from Android keyboard (everything is ok in other OS)?Expected Behavior
It should catch "remove" event as any other event
Current Behavior
Now every event from Android keyboard works correctly except "remove"
Reproduction Steps
Any button on any OS will raise console.log except Android remove button
Possible Solution
No response
Additional Information/Context
No response
Ace Version / Browser / OS / Keyboard layout
Ace-builds@1.5.0, Chrome 116.0.5845.163, Android 12, Landscape