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

Pre-defined text styles are gone when i press enter key only in ios. #1921

Open
1 task done
tom0916-cha opened this issue Jun 17, 2024 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@tom0916-cha
Copy link

Is there an existing issue for this?

Flutter Quill version

flutter_quill: ^9.4.1

Steps to reproduce

  1. I select defined custom text and font size from menu
  2. I changed the language to a Korean keyboard and pressed the Enter key.
  3. I pressed enter key at the end of line.
  4. The style and font size I set are gone only in IOS. pretty good on MacOS, Android

Expected results

When you press enter at the end of the sentence, the existing font and font size do not change.

Actual results

The style and font size I set are gone only in IOS. pretty good on MacOS, Android

Code sample

Code sample
[Paste your code here]

Screenshots or Video

Screenshots / Video demonstration

[Upload media here]

Logs

lutter: ChangeSource.local:insert⟨ 06 ⟩ + {size: 26.0, color: #FF42A5F5, bold: true}
insert⟨ 월17일 ⟩ + {size: 13.0, color: #FF42A5F5}
insert⟨ ⏎ ⟩
insert⟨ 오늘하루는 어떠셨나요? ⟩ + {font: MiSaeng, size: 22.0}
insert⟨ ⏎어⏎ ⟩
flutter: event.change:떠
flutter: insert⟨ 떠 ⟩

@tom0916-cha tom0916-cha added the bug Something isn't working label Jun 17, 2024
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

No branches or pull requests

1 participant