select-next-measure goes too far when executed on last chordrest of a measure

• Mar 22, 2021 - 22:10
Reported version
3.6
Priority
P2 - Medium
Type
Functional
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
active
Regression
No
Workaround
Yes
Project
  1. Open attached sample score
  2. Click on the last rest in a measure
  3. Shift+Ctrl+right (command "select-next-measure"; description "Select till measure end")

Expected Result: A Range selection is created around that measure
Actual Result: A range selection is created with that segment and the first chordrest of the next measure included.

This bug only manifests itself if the command is triggered from the last chordrest in a measure. If you select any other chordrest in the measure, the resulting range selection is as expected.

Attachment Size
Select_till_measure_end.mscz 3.78 KB

Comments

Workaround: after making the selection issue a "select-prev-chord" command (Shift+left) to remove the superfluous chordrest from the range selection.