-
Notifications
You must be signed in to change notification settings - Fork 856
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
revert!: magnifier #2413
revert!: magnifier #2413
Conversation
This PR is not ready yet for merge. Should double-check the changes, and manually compare the changes. Also, need to manually test the changes for possible regressions, test it before the magnifier, after it was added, and after reverting it (with this branch). Before magnifier$ git clone --branch v9.5.23 --depth 1 git@github.com:singerdmx/flutter-quill.git flutter-quill-before-magnifier
$ (cd flutter-quill-before-magnifier/example && flutter run) After the magnifier with all changes and fixes$ git clone --branch v11.0.0-dev.14 --depth 1 git@github.com:singerdmx/flutter-quill.git flutter-quill-latest-with-magnifier
$ (cd flutter-quill-latest-with-magnifier/example && flutter run) After reverting the magnifier$ git clone --branch revert/magnifier-feat --depth 1 git@github.com:singerdmx/flutter-quill.git flutter-quill-without-magnifier
$ (cd flutter-quill-without-magnifier/example && flutter run) Videos
No issues, and seem to work as before: AndroidApi35Test.moviOS16Test.movCritical Issue
A buggy behavior reproduced after the revert; need to test it before and after the magnifier too: AndroidBuggyBehavior.mov |
6577354
to
e0cff60
Compare
This comment was marked as resolved.
This comment was marked as resolved.
e0cff60
to
e18cb0d
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
@CatHood0 Let me know if you need more time for future PRs. |
Related #2414 |
@EchoEllet No problem now that i'm freer. I plan to start finishing the PRs that I still have active. |
I appreciate your activity, but we need to discuss the issues before adding new features that affect the editor experience. We definitely don't want to repeat the same mistake of the magnifier. |
Description
Remove the magnifier due to buggy behavior with many regressions.
See #2406 for a list of issues, reasons, and details.
This reverts the two related PRs using:
And then removed anything related to the magnifier that was made in related PRs manually.
To try this branch:
Related Issues
Type of Change