musescore / musescore/MuseScore

Publishing a score marks it as saved, and undoing after that does not mark it as unsaved

Open
#17,560 0 comments 0 reactions 2 assignees View on GitHub

@shoogle is already working on this.

Since May 14, 2023.

cloud P2
Dominant language
C++
Stars
15.1k
Forks
3.3k
Avg merge
2d 2h
Merged PRs (30d)
91

Description

  1. Create score and save it to your computer OR open score from your computer
  2. Change some project properties
    -> for example, like in the video, change the title from "Changing the title" to "Changing the title to something else"
  3. Publish to MuseScore.com
    -> the score is saved and marked as saved; questionable, but ok
  4. Undo
    -> the score is not marked as unsaved; not ok! because now the user can close the score without being warned that the "undo" action will be lost. When the user reopens the score, they will get the version from before the undo, rather than the version before the undo.

https://github.com/musescore/MuseScore/assets/48658420/1c067664-a947-4c78-ab35-8aa63e00cfb6

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.