musescore / musescore/MuseScore

Scores and parts synchronization: Trigger unsynced color as soon as an element is moved/edited

Open
#19,981 1 comment 0 reactions 1 assignee View on GitHub

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

scorenpart-orange-timing

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.