musescore / musescore/MuseScore
Scores and parts synchronization: Trigger unsynced color as soon as an element is moved/edited
Open
Nobody has claimed this yet.
engraving
P3
properties
UX/interaction
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Description
Currently, elements only change to the unsynchronized color (orange) after a click that moved or edited them is released. The same applies when the position toggle in Properties turns off.
Instead, the color should change and the position toggle should turn off in this order:
- Element has not been edited, but is selected (blue, position ON)
- User clicks down on element (still blue, position ON)
- User drags element 1 pixel (orange, position OFF)
- User releases click (still orange, position OFF)
Recording of current behavior
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.