Closed Prajit7 closed 1 month ago
I second this. Having the same issue on Android 14 devices too. Simple remedy is that user needs to manually tap on QuillEditor again, if it works, it works, if it fails, tap again.
A recent update to fix scrolling when changing editor controls maybe related to this issue. Similarly, the simple remedy was to click on the editor. Can you try the current version and see if this is still an issue?
Since we don't have any response of the OP, i will close this issue. If the issue persists, please reopen.
Is there an existing issue for this?
Flutter Quill version
No response
Steps to reproduce
QuillProvider( configurations: QuillConfigurations( controller: quillController, ), child: QuillEditor( focusNode: _focusNode, scrollController: bodyScrollController, configurations: QuillEditorConfigurations( showCursor: true, textSelectionThemeData: TextSelectionThemeData( selectionColor: Colors.blue.withOpacity(0.2), ),
When we move from normal textfield to quill-field, the cursor and keyboard appears but unable to type anything.
https://github.com/singerdmx/flutter-quill/assets/71118373/4e62a3ab-e818-4cc3-af31-fc8a809bbe5d
Expected results
After moving from normal text-field the quill-field should work.
Actual results
When we move from normal textfield to quill-field, the cursor and keyboard appears but unable to type anything.
Code sample
QuillProvider( configurations: QuillConfigurations( controller: quillController, ), child: QuillEditor( focusNode: _focusNode, scrollController: bodyScrollController, configurations: QuillEditorConfigurations( showCursor: true, textSelectionThemeData: TextSelectionThemeData( selectionColor: Colors.blue.withOpacity(0.2), ),
Screenshots or Video
https://github.com/singerdmx/flutter-quill/assets/71118373/4bce27a4-21b2-46e4-b9cd-edb5ab333a99
Logs
After adding the below code for QuillProvider, the keyboard works fine but cursor is not coming with some exception.
If used the above property the exception is: