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

revert: "Resolved issue with broken IME composing rect in Windows desktop" #2266

Merged
merged 2 commits into from
Sep 22, 2024

Conversation

CatHood0
Copy link
Collaborator

@CatHood0 CatHood0 commented Sep 22, 2024

Description

These changes were reverted because they are causing issues when using the indentation attribute. I can't say if they are causing other parts to fail, but they are definitely not allowing the editor to work stably.

@agata if you are going to redo your PR fixing this IME issue, please make sure to test if the IME works along with everything else in the editor (selection, typing, applying block and inline attributes, etc.) to make sure the change is really stable.

No related: I've noticed that on the web this fails randomly too.

Related Issues

  • Fix Applying indent attribute throws container.containsOffset(position.offset) fail assertion #2253

  • New feature: Adds new functionality without breaking existing features.

  • 🛠️ Bug fix: Resolves an issue without altering current behavior.

  • 🧹 Code refactor: Code restructuring that does not affect behavior.

  • Breaking change: Alters existing functionality and requires updates.

  • 🧪 Tests: Adds new tests or modifies existing tests.

  • 📝 Documentation: Updates or additions to documentation.

  • 🗑️ Chore: Routine tasks, or maintenance.

  • Build configuration change: Changes to build or deploy processes.

Suggestions

Before merging any new changes into the main release, we should consider whether these changes work completely without damaging the other existing functionality within the package.

We should establish some step-by-step guide before merging which PR to first check whether the changes really do not alter the correct functioning of the editor.

@CatHood0 CatHood0 self-assigned this Sep 22, 2024
@CatHood0 CatHood0 added the bug Something isn't working label Sep 22, 2024
@singerdmx singerdmx merged commit 67e3543 into singerdmx:master Sep 22, 2024
2 checks passed
@CatHood0 CatHood0 deleted the test_fix_indent branch September 22, 2024 04:53
CatHood0 added a commit to CatHood0/flutter-quill that referenced this pull request Oct 28, 2024
…ktop" (singerdmx#2266)

* revert: Resolved issue with broken IME composing rect in Windows desktop

* Chore: dart format

---------

Co-authored-by: CatHood0 <santiagowmar@gmail.com>
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

Successfully merging this pull request may close these issues.

Applying indent attribute throws container.containsOffset(position.offset) fail assertion
2 participants