-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
BUG - when settign deleteAll to false tis deletes the flags. #29
Comments
as design #FlutterCandies# has style i can't konw you want to delete # or s , #FlutterCandies# is actual text, FlutterCandies just show text. |
I would never want to delete the # because as a user, I can't see it, and I don't know about it exists. |
we can't see # ,so we will never delete it? i don't think it's a bug. the code is not simple as you thought, they are refer to native keyboard and complex calculations -I would never want to delete the # - |
how can one want to delete something he doesn't know about it exists? I cant understand that. |
more investigate for this case.
Specila text is considered to a whole, so i provide "delete all" |
when setting deleteAll property to false and trying to remove a letter from the end of the word, it deletes the special letter and ruins the style of the span.
way to reproduce - use the example folder and just change deleteAll from true to false in dollar_text.dart folder. then go to custom selection toolbar example and try to delete a letter from the end of the word "FlutterCandies".
thank you for your time.
The text was updated successfully, but these errors were encountered: