flutter-quill
flutter-quill copied to clipboard
Swype typing style bug (Android)
Is there an existing issue for this?
- [X] I have searched the existing issues
Flutter Quill version
master
Steps to reproduce
Scenario 1:
- Put the cursor right after a bold text.
- Switch bold off (via toolbar).
- Swipe type some word.
Scenario 2:
- Put the cursor right after a non-bold text.
- Switch bold on (via toolbar).
- Swipe type some word.
Expected results
Scenario 1: the word typed shouldn't be bold.
Scenario 2: the word typed should be bold.
Actual results
Scenario 1: the word typed turns out to be bold.
Scenario 2: the word typed turns out to be non-bold.
Code sample
Code sample
[Paste your code here]
Screenshots or Video
Logs
Logs
[Paste your logs here]
I found that the issue appeared in version 9.0.0-dev. @ellet0 , could you please check what caused the problem?
I found that the issue appeared in version 9.0.0-dev. @ellet0 , could you please check what caused the problem?
I will see what I can do as soon as I can. not sure, though