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
When the Input widget is focused, the cursor currently moves to the end.
This leads to a flickering effect when it's focused via a click, as the cursor jumps to the end (due to the focus handler), and then jumps to the click location (due to the click handler).
Desired behaviour: When the Input is focused via keyboard, the cursor moves back to the position it was previously at the last time it was focused. When focused via click, it goes directly to the click location without jumping to the end first.
The text was updated successfully, but these errors were encountered:
When the Input widget is focused, the cursor currently moves to the end.
This leads to a flickering effect when it's focused via a click, as the cursor jumps to the end (due to the focus handler), and then jumps to the click location (due to the click handler).
Desired behaviour: When the Input is focused via keyboard, the cursor moves back to the position it was previously at the last time it was focused. When focused via click, it goes directly to the click location without jumping to the end first.
The text was updated successfully, but these errors were encountered: