Text moved by cursor still considered "styled" and thus not saved
Reported version
3.0
Priority
P0 - Critical
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
Now I understand better why chord symbols and measure numbers weren't responding to cursor changes in my initial fix for #278128: moving elements with cursor keys. Apparently changing the offset isn't enough to force the element to get marked as not styled, and that's true for everything - staff text, title, etc. This means that the reset and set as style buttons never activate, and more importantly, the new offset does not get written to the file, so all that work manually adjusting things is lost.
I think I can fix, if not we need to roll back the original change which I'd rather not.
Comments
https://github.com/musescore/MuseScore/pull/4467
This was actually a problem for Ctrl+Up/Down even before my change that enabled cursor nudging for the other shortcuts.
Fixed in branch master, commit ab47faae45
fix #280435: mark nudged text unstyled
Fixed in branch master, commit c76d7d47e7
Merge pull request #4467 from MarcSabatella/save-cursor-text
fix #280435: mark nudged text unstyled
Fixed in branch 3.0rc, commit 0018fe1d5b
Merge pull request #4467 from MarcSabatella/save-cursor-text
fix #280435: mark nudged text unstyled
Automatically closed -- issue fixed for 2 weeks with no activity.