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 there's too much text to fit on screen at once, after scrolling so that the start of the text is no longer visible, the cursor stays stuck to the right side. This makes it harder to read/edit (you can't scroll to a particular word and edit the middle while the whole word is visible), and it leads to some odd behavior when clicking/dragging (dragging left will very quickly scroll all the way back until the start is visible).
This happens both with master (a53fa91) and with 0.2.0.
IHkS4eS5Al.mp4
What is the expected behavior?
The cursor can freely move in the visible range without scrolling/changing the visible text.
The visible range only moves when the cursor hits the left or right edges.
MvLaNnMAcv.mp4
Version
master
Operative System
Windows
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered:
The main challenge is making the horizontal offset "fault-tolerant" (like the Cursor position), given that the value of the TextInput can completely change between view calls and the State has no way to know about it.
Is there an existing issue for this?
Is this issue related to iced?
What happened?
When there's too much text to fit on screen at once, after scrolling so that the start of the text is no longer visible, the cursor stays stuck to the right side. This makes it harder to read/edit (you can't scroll to a particular word and edit the middle while the whole word is visible), and it leads to some odd behavior when clicking/dragging (dragging left will very quickly scroll all the way back until the start is visible).
This happens both with master (a53fa91) and with 0.2.0.
What is the expected behavior?
Version
master
Operative System
Windows
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: