-
Notifications
You must be signed in to change notification settings - Fork 997
Open
Labels
androidIssues or feature requests specific to the Android platform.Issues or feature requests specific to the Android platform.bugSomething isn't workingSomething isn't workingfeedback requestedSeeking user input to improve features, resolve issues, or plan future updates.Seeking user input to improve features, resolve issues, or plan future updates.majorSignificant impact on the user experience or performance. This issue should be addressed in the nextSignificant impact on the user experience or performance. This issue should be addressed in the nextregressionFor issues where a previously working feature is now broken due to recent changes.For issues where a previously working feature is now broken due to recent changes.
Description
Have you checked for an existing issue?
- I have searched the existing issues
Flutter Quill Version
10.8.5, 11.0.0-dev.19, 11.0.0-dev.20
Steps to Reproduce
- Run the Android example app on an emulator.
- Type any text anywhere.
- Change the cursor location.
- Type any text again.
FlutterQuillAndroidBug.mov
Also, repeat the same steps on a real device and the issue won't be reproduced:
FlutterQuillAndroidRealDevice.mov
Expected results
The inserted text should be at the correct location where the cursor is. The editor works as expected on a real device.
Actual results
The inserted text is inserted at the incorrect location, changing the cursor location and then typing text will insert the text at a previous location. The editor doesn't work as expected on an emulator.
Additional Context
Related Issues:
- revert!: magnifier #2413: At first, I assumed this was a regression after reverting the magnifier but this is not the case.
- Copy TapAndPanGestureRecognizer from TextField #2128 and [feature] : quill add magnifier #2026: Reverted by revert!: magnifier #2413 and still able to reproduce the issue, I'm not able to reproduce this issue on older versions even on an emulator.
- iOS editing cursor problem #2414
Issue reproduced on the 10.8.5, 11.0.0-dev.19, and the PR #2413 while revert the magnifier.
This is not a regression caused by v11 or #2413 (the magnifier revert).
FlutterQuillLatetStableBeforeRevert.mov
FlutterQuillLatestMasterBeforeRevert.mov
CatHood0 and jaboyc
Metadata
Metadata
Assignees
Labels
androidIssues or feature requests specific to the Android platform.Issues or feature requests specific to the Android platform.bugSomething isn't workingSomething isn't workingfeedback requestedSeeking user input to improve features, resolve issues, or plan future updates.Seeking user input to improve features, resolve issues, or plan future updates.majorSignificant impact on the user experience or performance. This issue should be addressed in the nextSignificant impact on the user experience or performance. This issue should be addressed in the nextregressionFor issues where a previously working feature is now broken due to recent changes.For issues where a previously working feature is now broken due to recent changes.