Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The inserted text is not synced with the cursor location on Android Emulators #2445

Open
1 task done
EchoEllet opened this issue Jan 18, 2025 · 1 comment
Open
1 task done
Labels
android Issues or feature requests specific to the Android platform. bug Something isn't working feedback requested Seeking user input to improve features, resolve issues, or plan future updates. major Significant impact on the user experience or performance. This issue should be addressed in the next regression For issues where a previously working feature is now broken due to recent changes.

Comments

@EchoEllet
Copy link
Collaborator

EchoEllet commented Jan 18, 2025

Have you checked for an existing issue?

Flutter Quill Version

10.8.5, 11.0.0-dev.19, 11.0.0-dev.20

Steps to Reproduce

  1. Run the Android example app on an emulator.
  2. Type any text anywhere.
  3. Change the cursor location.
  4. 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:

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
@EchoEllet EchoEllet added android Issues or feature requests specific to the Android platform. bug Something isn't working feedback requested Seeking user input to improve features, resolve issues, or plan future updates. major Significant impact on the user experience or performance. This issue should be addressed in the next regression For issues where a previously working feature is now broken due to recent changes. labels Jan 18, 2025
@CatHood0
Copy link
Collaborator

I'll check this too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Issues or feature requests specific to the Android platform. bug Something isn't working feedback requested Seeking user input to improve features, resolve issues, or plan future updates. major Significant impact on the user experience or performance. This issue should be addressed in the next regression For issues where a previously working feature is now broken due to recent changes.
Projects
None yet
Development

No branches or pull requests

2 participants