-
Notifications
You must be signed in to change notification settings - Fork 138
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
Text input improvements #28
Comments
I will look into the word-based actions and clicking at a glyph |
This comment was marked as off-topic.
This comment was marked as off-topic.
Updated list based on my testing. I have started work on the remaining ones https://github.com/thewizzy/floem/tree/select_delete_range (also https://discord.com/channels/946858761413328946/1176271038653415444)
|
Some notes here about mac compatibility
On mac you also usually get:
|
This open task is working for me on Windows and Wayland on GNOME:
Can you break down what needs to happen for IME support? |
Another issue is being able to align/justify text. Text inside of TextInput doesn't respect alignment and justification |
I'd also like to add that |
This comment was marked as off-topic.
This comment was marked as off-topic.
I'd rather have the current text selected in this case. This is generally more useful (e.g. makes the common case easy, which is to replace the entire text) and is in line with established UI frameworks/patterns (e.g. GTK, QT, Windows). |
Let's make sure what happens in input fields is what each OS is expecting to happen. It sounds like windows has a different behavior than macos etc. |
request_focus
should put cursor at the end of the fieldThe text was updated successfully, but these errors were encountered: