singerdmx / flutter-quill

Rich text editor for Flutter

Home Page:https://pub.dev/packages/flutter_quill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swype typing style bug (Android)

Alspb opened this issue · comments

commented

Is there an existing issue for this?

Flutter Quill version

master

Steps to reproduce

Scenario 1:

  1. Put the cursor right after a bold text.
  2. Switch bold off (via toolbar).
  3. Swipe type some word.

Scenario 2:

  1. Put the cursor right after a non-bold text.
  2. Switch bold on (via toolbar).
  3. 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

Swype typing style bug

Logs

Logs
[Paste your logs here]
commented

I found that the issue appeared in version 9.0.0-dev.
@ellet0 , could you please check what caused the problem?

commented

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