Open vargab95 opened 1 week ago
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.
If someone faces the same issue, a workaround could be to add magnifierConfiguration: const TextMagnifierConfiguration(),
to the QuillEditorConfigurations.
Is there an existing issue for this?
Flutter Quill version
10.8.5
Steps to reproduce
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](https://github.com/user-attachments/assets/0463325d-496d-4ffb-844e-a3d9c9baf0e8)Logs
```console [Paste your logs here] ```