Why does click & drag still work for a locked score?
I'm going through some unimplemented commands in MuseScore v4, and one of them is "lock".
But I noticed in v3 that even after locking a score, if you click and drag to pan the score it automatically exits "lock" mode, and worse even after locking again, you can click and drag notes around, which automatically takes you out of lock mode and leaves you with a modified score.
What's the use case for this, because preventing accidental modification from click and drag (while trying to move the score around) I would think would be very useful, in fact it's exactly what I've wanted a few times.
Personally I'd expect in "lock mode", click & drag would only ever pan the score regardless of what you click on.
Also quite a lot of commands like "page up"/"page down" etc. don't work in lock mode which I'm not sure I understand the reasoning for.
I noticed @jeetee raised an issue for it https://musescore.org/en/node/311604 but figured it was worth raising here first before starting on any implementation for v4.
Comments
As per #311604: Locked score unlocks by mouse interactions this is a bug indeed.
Any action modifying a locked score other than an explicit "unlock" is a bug by definition.
In reply to Any action modifying the… by frfancha
And no implicit unlock could ever make sense, that would defeat the very purpose of locking.
In reply to And no implicit unlock could… by frfancha
Ok, that's what I thought, anyway, it has to be re-implemented for v4, so hopefully these issues will be addressed.