Cannot insert horizontal frame from another frame using palette

• Jun 11, 2020 - 18:06
Reported version
3.x-dev
Type
Ergonomical (UX)
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project

If you select a frame then click one of the frame icons in the palette, it inserts the specified frame before the selected frame. Unless you click the horizontal frame icon, then nothing happens. I might guess that with a vertical frame selected it might be wanting to insert the horizontal frame within the vertical, but that doesn't seem to happen either. Basically, nothing happens regardless of what type of frame you have selected. You need to use the menu to insert horizontal frames before other frames.


Comments

Title Cannot insert horizontal frame from another fram using palette Cannot insert horizontal frame from another frame using palette

Looks it's been this way since the initial commit eight years ago, just a missing case in the switch statements for acceptDrop() and drop().

Status PR created fixed

Fixed in branch 3.x, commit 1ed931a11c

_fix #306612: insert horizontal frame in front of frame using palette

Resolves: https://musescore.org/en/node/306612

You can select a frame and insert any other type of frame in front
using the palette, but you cannot insert a horizontal frame this way.
Cause is simple: missing handler for this in acceptDrop() and drop().
Fix is trivial._

Fix version
3.5.0