You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
flutter_quill.mp4
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
flutter_quill.mp4
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:
The text was updated successfully, but these errors were encountered: