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 dragging to create a text selection, if the mouse is moved outside the horizontal bounds of the text view, the selection range stops updating. This breaks expected behavior where the selection should continue to adjust based on the mouse's position—even when it moves outside the view horizontally—until the mouse is released.
This behavior is standard in macOS text editors and is important for selecting text that extends beyond the visible horizontal area.
To Reproduce
Click and drag to begin a text selection in the editor.
While still dragging, move the mouse outside the left or right edge of the text view.
Observe the selection range.
Expected Behavior
The selection range should continue updating based on the mouse’s position, even when it moves outside the horizontal edges of the text view. Horizontal autoscroll should also be triggered if applicable.
Current Behavior
The selection range stops updating when the cursor leaves the horizontal bounds of the text view.
Additional Context
Ensure the text view tracks mouse movement beyond its horizontal bounds during an active drag operation. Autoscrolling behavior may also need to be implemented or refined.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Description
When dragging to create a text selection, if the mouse is moved outside the horizontal bounds of the text view, the selection range stops updating. This breaks expected behavior where the selection should continue to adjust based on the mouse's position—even when it moves outside the view horizontally—until the mouse is released.
This behavior is standard in macOS text editors and is important for selecting text that extends beyond the visible horizontal area.
To Reproduce
Expected Behavior
Current Behavior
Additional Context
Ensure the text view tracks mouse movement beyond its horizontal bounds during an active drag operation. Autoscrolling behavior may also need to be implemented or refined.
The text was updated successfully, but these errors were encountered: