https://bugs.kde.org/show_bug.cgi?id=472811
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/libplasma/-/commit/1d84f | |62d063bd0890f2108559e3e92aa | |8c1e7497 Resolution|--- |FIXED Version Fixed In| |6.3.2 Status|ASSIGNED |RESOLVED --- Comment #5 from Nate Graham <n...@kde.org> --- Git commit 1d84f62d063bd0890f2108559e3e92aa8c1e7497 by Nate Graham. Committed on 26/02/2025 at 16:47. Pushed by ngraham into branch 'master'. Don't highlight disabled items on hover In the past we didn't have to do this because we simply bound `hoverEnabled` to `enabled`. But then we moved away from that to make tooltips for disabled items appear on hover. Thus, we need to check for enablement when deciding when to use the hover state for hovered items. FIXED-IN: 6.3.2 M +2 -2 src/declarativeimports/plasmacomponents3/ComboBox.qml M +1 -1 src/declarativeimports/plasmacomponents3/Dial.qml M +1 -1 src/declarativeimports/plasmacomponents3/MenuItem.qml M +3 -3 src/declarativeimports/plasmacomponents3/RadioIndicator.qml M +2 -2 src/declarativeimports/plasmacomponents3/RangeSlider.qml M +4 -4 src/declarativeimports/plasmacomponents3/RoundButton.qml M +2 -2 src/declarativeimports/plasmacomponents3/ScrollBar.qml M +2 -2 src/declarativeimports/plasmacomponents3/Slider.qml M +3 -3 src/declarativeimports/plasmacomponents3/SpinBox.qml M +1 -1 src/declarativeimports/plasmacomponents3/SwitchIndicator.qml M +1 -1 src/declarativeimports/plasmacomponents3/TextArea.qml M +2 -2 src/declarativeimports/plasmacomponents3/TextField.qml M +2 -2 src/declarativeimports/plasmacomponents3/private/ButtonBackground.qml M +5 -0 tests/components/combobox3.qml M +13 -0 tests/components/menu.qml M +21 -2 tests/components/roundbutton3.qml M +20 -0 tests/components/slider3.qml M +6 -0 tests/components/textarea3.qml M +5 -0 tests/components/textfield3.qml https://invent.kde.org/plasma/libplasma/-/commit/1d84f62d063bd0890f2108559e3e92aa8c1e7497 -- You are receiving this mail because: You are watching all bug changes.