It seems drag and drop text to another place doesn't work n 0.7.2. It works in 0.7.1.
Contributor guide
Tech stack
objective c
Domain
desktop
Issue type
bug
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
Objective CmacOS developmentdrag and drop implementation
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
45
Research direction
Investigate the drag and drop functionality by comparing the codebase between versions 0.7.2 and 0.7.1 to identify the commit that introduced the regression. Focus on the handling of NSDragging protocols in the view controller. Check if any changes to the text storage or drop handling methods caused the issue. Review the issue comments for any hints from maintainers.