Crash on attempting to drag header or footer
Reported version
3.x-dev
Type
Functional
Frequency
Once
Severity
S2 - Critical
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project
In 3.5-dev (since https://github.com/musescore/MuseScore/pull/5887/), headers and footers are selectable, but this also makes it possible to try dragging them, which causes an immediate crash.
Stack trace:
0 org.musescore.MuseScore 0x000000010c534585 Ms::Element::genericDragAnchorLines() const + 53
1 org.musescore.MuseScore 0x000000010c77a29a Ms::TextBase::dragAnchorLines() const + 26
2 org.musescore.MuseScore 0x000000010bddd892 Ms::ScoreView::doDragElement(QMouseEvent*) + 898
3 org.musescore.MuseScore 0x000000010be7ca85 Ms::ScoreView::mouseMoveEvent(QMouseEvent*) + 277
Fix version
3.5.0
Comments
https://github.com/musescore/MuseScore/pull/6053
PR closed, a better solution has been detailed in the comments of that PR.
https://github.com/musescore/MuseScore/pull/6054
Fixed in branch 3.x, commit dc77e428d4
fix #304957: moving headers/footers causes a crash
Fixed in branch 3.x, commit ece229f794
_Merge pull request #6054 from mattmcclinch/head-foot-move
fix #304957: moving headers/footers causes a crash_
Fixed in branch master, commit c73d41ae8c
_Merge pull request #6054 from mattmcclinch/head-foot-move
fix #304957: moving headers/footers causes a crash_
Automatically closed -- issue fixed for 2 weeks with no activity.