Palette Search: filters palettes but not items

• Mar 14, 2020 - 23:19
Reported version
3.x-dev
Priority
P1 - High
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project
  1. Compile and run current Master branch -- 3.5
  2. Utilize Palette search. Palette item names are not displayed upon search results, but apparently palette title names are.

Comments

Title Palette Search regression (Master branch): only palette names are resulting rather than palette items Palette Search: filters palettes but not items

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.

Status PR created fixed

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._

Fix version
3.5.0