Can't use CMD+SHIFT+Drag to copy on Mac

• Oct 26, 2019 - 12:53
Reported version
3.x-dev
Type
Functional
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
Yes
Project

This function can work with 3.2.3, yet on 3.3, it can't.


Comments

Status active PR created

Confirmed. This is an issue on macOS only, as this function works in Windows and on Linux. This was broken with 8a28bd8, specifically with the changes to Score::dragEnterEvent(). For some reason, on macOS, event->possibleActions() & Qt::CopyAction evaluates to false, even though event->dropAction() == Qt::CopyAction, so event->accept() is never called. I have a fix for this, which can be found here: https://github.com/musescore/MuseScore/pull/5433.

Fix version
3.3.0