[Bug] Backspace doesn't work while Caps Lock is enabled
Btw, love what you are building!
Describe the bug In text pages, when the Caps Lock is enabled, pressing the backspace key has no effect.
To Reproduce Steps to reproduce the behavior:
- Open a text page.
- Press Caps Lock.
- Try to delete some characters with the Backspace key.
Expected behavior Deleting characters should also work when Caps Lock is enabled.
Desktop (please complete the following information): macOS Monterey 12.4.
Seems like this issue is related to the flutter_quill package version we're using. Not sure why we are not using the latest flutter_quill version.
I have similar issue in Japanese text input mode.
- Open a text page.
- Change the input mode into Japanese text.
- Write some characters.
- Backspace key does not work. also cursor keys.
- But, then change the input mode into normal"ABC", keys work fine.
https://user-images.githubusercontent.com/2309728/173255296-9735fc9a-6ce7-4f32-a055-4ab81d5aa432.mp4
I can reproduce this issue. Thanks all for reporting it. We'll take a look.
I have taken a look at this, and I think I have gotten it to work by moving to flutter_quill ^5.0.4 and flutter_colorpicker ^1.0.3
Will test a bit more, then submit a PR
Cannot reproduce. As the editor has changed to the Appflowy editor this shouldn't be a problem anymore and the issue could be closed, or am I wrong?
@annieappflowy We can close this :+1: