The quality of Text Editing and Rendering in Flutter #81
Replies: 5 comments 4 replies
-
Hi @osaxma, thanks for starting this discussion. We are aware of the fidelity issues wrt text editing, and actually, we recently ran a user survey (in Q4 2021) asking feedback around this very topic! Based on the feedback we collected from the survey, the Core Framework team is highly focused on acting on it in 2022, especially the right-to-left/bi-directional text. Now we know better about which issues need to be tackle, I'd entrust the task to the engineering team. @justinmc will be able to answer further questions, as he's working on a lot of these things. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hey guys, a progress update would be truly helpful |
Beta Was this translation helpful? Give feedback.
-
CC @justinmc |
Beta Was this translation helpful? Give feedback.
-
I have a PR in review that will refactor the context menus: flutter/flutter#107193. It won't fix most of the context menu problems in this post but it will make them easier to fix. @Renzo-Olivares is working on a project (flutter/flutter#105165) that will fix the selection behavior issues mentioned like flutter/flutter#92966. We're doing a better job of tracking the RTL problems thanks to the work that @jayoung-lee mentioned above. I'm hoping we can start fixing some of those. Overall we have a lot of work here, but almost everything in this post has a viable solution. Anyone that wants to help contribute can feel free to jump on any of the linked issues that don't have an assignee. |
Beta Was this translation helpful? Give feedback.
-
can i copy just one click button or any |
Beta Was this translation helpful? Give feedback.
-
Honestly, I'm not sure where to start but I believe any Flutter app can be easily identified through a TextField as shown in this image:
The image above has at least three obvious issues:
Other prominent issues:
And many other issues under the following tags:
I hope this area will be considered as a research topic with the simple goal of:
Beta Was this translation helpful? Give feedback.
All reactions