Tuplet bracket & number aren't included within range selection

• Oct 26, 2021 - 09:09
Reported version
3.6
Type
Functional
Frequency
Few
Severity
S4 - Minor
Reproducibility
Always
Status
GitHub issue
Regression
No
Workaround
Yes
Project

1) Create score with at least one tuple in measure
2) Create range-selection of said measure (simple mouse click to select all of measure)
Observation: the tuple is not being involved within the range selection so that if the user presses 'v', it still stays visible.


Comments

Title Tuples aren't included within list selection Tuples aren't included within range selection
Workaround No Yes

Selecting a measure creates a range selection. And indeed such a range selection already shows the tuplet number and -bracket to not be selected (here: not blue).
range-select-tuplet.png
It is well possible to add the tuplet number and -bracket to a list selection (and that'd be one workaround, the other is to make the tuplet invisible in an extra step), here just turn that range selection into a list selection by Ctrl+click on the tuplet.
Sample score attached

Attachment Size
range-select-tuplet.mscz 3.92 KB
Title Tuples aren't included within range selection Tuplet bracket & number aren't included within range selection

But to be clear: the tuplet itself - the set of notes - is included. Only the bracket and number are not. I've updated the issue title to reflect this, and perhaps that also helps point to what would be needed to fix this.