Arrow up/down and Delete keys stop working in other open scores after piano roll editor is opened in another score

• Apr 5, 2016 - 21:18
Type
Graphical (UI)
Severity
S4 - Minor
Status
closed
Project

See https://musescore.org/en/node/104856

  1. open Musescore
  2. open several scores
  3. in one of them open the piano roll Editor (ricgt-click into the staff)
  4. (optional) Close piano roll window
  5. now Switch to one of the other score, select a note and use arrow du/down

Expected result: note changes picth

Actual result: it does not

On the score that was used to open piano roll the arrow key still works.

To get it working for the other scores you need to restart MuseScore

MuseScore 2.0.3 (not 2.0.2!), Windows 7


Comments

Introduced with the implementation of #100536: [Feature Request] pitch up/down feature in the piano roll..

Most likely caused by https://github.com/musescore/MuseScore/blob/master/mscore/pianoroll.cpp… taking over when the Pianoroll Editor is opened for the first time. This insinuates that most likely CTRL-UP/DOWN and Delete are broken as well.

[EDIT] my suspicion above is a bit countered by lasconic in thinking we probably don't destruct until program shutdown

Title arrow up/down stop working on other open scores when paino roll editor got opend on a score Arrow up/down and Delete keys stop working in other open scores after piano roll editor is opened in another score
Status (old) patch (code needs review) fixed

Fixed in branch master, commit 9620f09aa9

fix #104881: Arrow up/down and Delete keys stop working in other open scores after piano roll editor is opened in another score

Fixed in branch master, commit d16c5ed59f

Merge pull request #2543 from luyikei/fix-key-press

fix #104881: Arrow up/down and Delete keys stop working in other open scores after piano roll editor is opened in another score