AppFlowy-IO / appflowy-editor

A highly customizable rich-text editor for Flutter. The AppFlowy Editor project for AppFlowy and beyond.
https://pub.dev/packages/appflowy_editor
Other
465 stars 197 forks source link

[Bug] The text being edited when displayed in the IME is not underlined. #945

Open imajoriri opened 1 week ago

imajoriri commented 1 week ago

Bug Description

Underline is not added to the text being edited when the IME is displayed.

iOS Memo app

AppFlowy

How to Reproduce

Enter "あいうえお" on a Japanese keyboard

Expected Behavior

Underline is added to the text being edited

Operating System

iOS, Android

AppFlowy Editor Version(s)

4.0.0

Screenshots

No response

Additional Context

https://api.flutter.dev/flutter/services/TextEditingValue/composing.html

Composing of TextEditingValue seems to be related.

imajoriri commented 1 week ago

https://github.com/flutter/flutter/blob/bc7fd7959379101d8a846595684e9aa98fce3e84/packages/flutter/lib/src/widgets/editable_text.dart#L290

I want to use composing like this.