Cat
Cat
I'm going to test these changes as soon as I can to see if it doesn't damage or break anything (i.e. works for both Chinese and other languages)
@mchangtian could you test if this fix actually works on the web as well? That's where I get the most errors when using `value.composing.end`. > [!NOTE] > For example, when...
To test this even better, I'll first merge PR #2512 into the main branch, and then add some test for the `TextInputClient` and editing aspect. This will prevent future errors...
This is strange, could you show me some pictures or videos of how you are reproducing this error?
This is a problem that is not easy to answer or solve. Right now, we are somewhat stuck with the current implementation that the editor uses to obtain the selection...
I say we should add an id for the nodes. This way, if the offset fails at least we can remove it using another method that might be more effective.
This isn't an editor issue. It's something Flutter does natively by default. When the spans of `RichText` is about to exceed the width of the screen, window, or even the...
Does this issue still persisst? If don't i will close it
There's no problem. Thanks for taking the efforts and the time to help us.
@EchoEllet should we expose to `TextBlock` and `TextLine` to the public API? This is possible to do, but, requires this. I'm thinking in change the way on how Flutter Quill...