Palette Search: filters palettes but not items
Reported version
3.x-dev
Priority
P1 - High
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project
- Compile and run current Master branch -- 3.5
- Utilize Palette search. Palette item names are not displayed upon search results, but apparently palette title names are.
Fix version
3.5.0
Comments
Items are filtered by palette name but not by item name.
i.e. Searching for "re" matches everything in the Repeats and Jumps palette, but it does not match the Rehearsal Mark item in the Text palette.
Filters should match against both palettes and items.
PR: https://github.com/musescore/MuseScore/pull/5823
Fixed in branch master, commit 0bb127b441
_fix #302372: Palette Search filters palettes but not items
Replace Qt::DisplayRole with Qt::ToolTipRole when accessing data for palette
cells. Necessitated by changes to palettemodel.cpp in PR #5729._
Fixed in branch master, commit 2c98993793
_Merge pull request #5823 from shoogle/qml-palette-navigation
fix #302372: Palette Search filters palettes but not items_
Automatically closed -- issue fixed for 2 weeks with no activity.