Double-click to select text is broken
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 0
- Avg merge
- 14h 13m
- Merged PRs (30d)
- 199
Description
- For a terminal which is not capturing mouse input
- When the user clicks and drags, it triggers our special drag-and-drop behavior which works great
- But when the user double-clicks, it triggers some underlying text-selection (not ours). It doesn't look like the text selection above, and `Cmd+C` doesn't do a copy of the selected text
Contributor guide
No contributing guide indexed for this repository
Research direction
No file or test is named. Start by reproducing the double-click in a terminal that is not capturing mouse input, then trace the mouse handling and text-selection path involved in the drag-and-drop behavior. Done means double-click selection matches the intended selection behavior and Cmd+C copies the selected text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100