Edit drumset palette is closed right after first click

• Oct 28, 2018 - 15:29
Reported version
3.0
Type
Functional
Severity
S2 - Critical
Status
closed
Project
  1. Open Battery Percussion template
  2. Run Note entry mode
  3. Try to double click a note in drumset palette
    Result: the palette is closed after first click
    Expected result: 2.3.2 behaviour, the note is entered in the score without closing the palette

Research:
Click in the palette leads to escaping from note edit mode. Looks like a side effect of the https://github.com/musescore/MuseScore/pull/4022 (which should have fixed the same issue I guess)

screencast 2018-10-28 17-29-05.gif


Comments

Sorry for the silly question, but what revision are you running where you get this behavior? I cannot reproduce this on current master. It is not possible for the ScoreView to be in ViewState::NOTE_ENTRY and ViewState::EDIT at the same time.

Status (old) active needs info
Status active needs info

Oops... Checked again with OS: macOS 10.14, Arch.: x86_64, MuseScore version (64-bit): 3.0.0, revision: c94b520 and everything works.

Status (old) needs info closed
Status needs info closed

Got it. It was sparkle branch based on old master. Testing different PRs and branches leads to missing attention to details. Sorry for disturbing.