In dark theme toolTips in Inspector are basically unreadable
Reported version
3.2
Type
Ergonomical (UX)
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
In dark theme toolTips in Inspector show in a slightly darker yellow on a slightly lighter one and as such are unreadable
Happens if the setting with that tooltop is set to it's style default (showning in that very yellow), not otherwise.
Happens in light mode too, only there it is blue on white (while it is black on yellow for menu tooltips in either theme), inconsistent, but at least readable.
relates to #292477: [EPIC] issue with dark theme
Fix version
3.3.0
Comments
Culprit is mscore/inspector/inspectorBase.cpp, line 331 and the use of that setting for everything in mscore/inspector/inspectorBase.cpp, line 347 and mscore/inspector/inspectorBase.cpp, line 358
See also #292583: the color for styled settings in Inspector can't get configured
see https://github.com/musescore/MuseScore/pull/5241
Fixed in branch master, commit 9ef3825f86
_fix #292571: In dark theme toolTips in Inspector are basically unreadable
and inconsistent between styled and non-styled and also different from other tooltips in toolbar or palette.
Make all toolTips black on light yellow for macOS and Linux in dark theme too, just like it is for Windows in either theme without being changeable there.
Also fixing a regression from 5c372e9, again something that doesn't seem to have any effect on Windows, but seems to have on macOS (and maybe Linux) only._
Fixed in branch master, commit 20fd3c73e1
_Merge pull request #5241 from Jojo-Schmitz/dark-theme
fix #292571 and fix #292583: improvements for dark/light theme_
Automatically closed -- issue fixed for 2 weeks with no activity.