Score elements not deselecting after "select all" option
This issue can be demonstrated with any score:
Right click on a note (any other element would do but notes are easier) and chose "select all similar elements in same stave." Now deselect a few notes in the selection (ctrl + click). Colour all the selected notes red, say, just for effect, using the Inspector.
Actual result: The deselected notes also turn red!
Expected result: The deselected notes should remain black.
Comments
FWIW, the de-selection does work for some commands - well, for the visibilty commands, anyhow. So the selection itself is fine, I think. I think it it is that certain commands aren't correctly checking the selected() state of the individual elements within the range but are just assuming a range selection means everything is selected. Palette double click also ignores the selected() state and applies to all elements. So does up/down arrow. But Ctrl+3 works correctly.
Workaround would be to convert the range selection to a list-of-notes selection by pressing "Notes" in the Inspector - assuming that it really is just notes you want. Some variation of the right click / Select / ... commands could be also be used to build a more compelx list selection.
Fixed in branch master, commit 34109869d7
fix #65066: Score elements not deselecting after 'select all' option
Fixed in branch 2.0.2, commit dc261b4865
fix #65066: Score elements not deselecting after 'select all' option
Seems this broke something, see #66956: Unable to Copy/Paste a single selected note/rest with Nigthly
maybe not, there are some more candidates...
Automatically closed -- issue fixed for 2 weeks with no activity.