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

Stuck magnifying glass #2379

Open
1 task done
vargab95 opened this issue Nov 14, 2024 · 2 comments
Open
1 task done

Stuck magnifying glass #2379

vargab95 opened this issue Nov 14, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@vargab95
Copy link

vargab95 commented Nov 14, 2024

Is there an existing issue for this?

Flutter Quill version

10.8.5

Steps to reproduce

  1. Open a QuillEditor.basic with some text
  2. Long press on a word
  3. Start to pull the right side up

Expected results

The magnifying glass and the selection is adjusted to the new position of the marker.

Actual results

Markers do disappear and the magnifying glass is stuck until the app is restarted.

Additional Context

Screenshots / Video demonstration

Screenshot_20241114_115317

Logs
[Paste your logs here]
@vargab95 vargab95 added the bug Something isn't working label Nov 14, 2024
@EchoEllet
Copy link
Collaborator

EchoEllet commented Nov 14, 2024

I'm thinking about reverting the magnifier feature completely (#2026) in v11 with all related changes, too many regressions, bugs, and workarounds (#2376, #2153, #2128, #2124, #2049, #2391), it made changes to many parts of the API, removed an assert check to dodge issues, not implemented cleanly.

@vargab95
Copy link
Author

If someone faces the same issue, a workaround could be to add magnifierConfiguration: const TextMagnifierConfiguration(), to the QuillEditorConfigurations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants