You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My hardware is compatible and my graphics drivers are up-to-date.
What happened?
When selecting long text inside of a TextInput, the selection is displayed out of the bounds of the widget.
It happens when using Ctrl+A and also when clicking & dragging normally.
2024-01-12.00-05-59.mp4
The issue happens only in the master branch, the crates.io version is fine.
Is there an existing issue for this?
Is this issue related to iced?
What happened?
When selecting long text inside of a TextInput, the selection is displayed out of the bounds of the widget.
It happens when using Ctrl+A and also when clicking & dragging normally.
2024-01-12.00-05-59.mp4
The issue happens only in the master branch, the crates.io version is fine.
I don't think it's necessary, but I made a SSCCE: https://github.com/DaraJKong/iced/blob/fix/selection_outside_input/examples/buggy_text_selection/src/main.rs
What is the expected behavior?
The selection when highlighting long text should be clipped inside the TextInput widget, instead of appearing outside of it.
Version
master
Operating System
Linux
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: