musescore / musescore/MuseScore
MuseScore removes accidentals if the mouse moves slightly when selecting notes
@DmitryArefiev is already working on this.
Since Feb 20, 2024.
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Issue type
UX/Interaction bug (incorrect behaviour)
Bug description
Seems like if you move your mouse even slightly when selecting a note / notes, MuseScore sees that as you're trying to drag the passage vertically, and gets rid of the accidentals in preparation for that. However that is triggered before the notes actually moves vertically. The mouse movement is big enough to make MuseScore think the user is trying to drag, but not big enough to actually move the notes vertically. This results in accidentals disappearing when user is trying to select with mouse.
Steps to reproduce
Write a passage (or even a single note) with accidentals
Select it and move your mouse ever so slightly when selecting
Screenshots/Screen recordings
https://github.com/musescore/MuseScore/assets/120791885/cda0d31e-6d03-41d3-ad91-5cbe6c36bb59
MuseScore Version
MuseScore version (64-bit): 4.2.1-240230937, revision: github-musescore-musescore-d757433
Regression
I don't know
Operating system
Ventura 13.6.4
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.