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

There are some compatibility issues with the most popular Chinese input methods #1834

Open
1 task done
Metaildust opened this issue Apr 24, 2024 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@Metaildust
Copy link

Metaildust commented Apr 24, 2024

There are some compatibility issues with the most popular Chinese input methods

Is there an existing issue for this?

Flutter Quill version

9.3.6

Steps to reproduce

1type a Chinese charater with Sogou Chinese input method
2choose blod or any tool that will add a effect on the content you will type in the editor
3type one more Chinese character with Sogou Chinese input method

Expected results

Sogou Input Method should have some recognition functions for the characters you have already typed, such as guessing the content you want to input based on the typed characters. But the actual situation may very well be different from this, and you need to verify it yourself.
Their email: [email protected] ,
Their official website: https://shurufa.sogou.com/

Actual results

When you use Sogou Chinese input method, bolding, italics, and other effects will not affect the newly typed Chinese character, but will affect the previous character you typed. When you input Chinese characters after a custom embedding, the embedding will crash directly, unless you enter a space or any English character as a placeholder before entering a new Chinese character.

Code sample

Scaffold(
appBar: AppBar(
title: const Text('新建知识点'),
),
body: SingleChildScrollView(
child: Container(color: Colors.blue[50],
child: Column(
children: [
QuillSimpleToolbar(
configurations:
QuillSimpleToolbarConfigurations(controller: quillContr)),
QuillEditor.basic(
configurations:
QuillEditorConfigurations(controller: quillContr))
],
),
),
),
);

Screenshots or Video

5TP())% YUFNMHA68CO MWW

Logs

Logs
[Paste your logs here]
@Metaildust Metaildust added the bug Something isn't working label Apr 24, 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