https://bugs.kde.org/show_bug.cgi?id=500578
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kirigami/-/commit/b1 | |e3a84e2a1f7f8b8c9718f01d149 | |2781ac61bed Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Version Fixed In| |6.12 --- Comment #3 from Nate Graham <n...@kde.org> --- Git commit b1e3a84e2a1f7f8b8c9718f01d1492781ac61bed by Nate Graham. Committed on 05/03/2025 at 14:33. Pushed by ngraham into branch 'master'. InlineMessage: fix link opening and hover handlers The Label and ActionToolbar occupy the same space, with the ActionToolbar being rendered last. This makes its own hover handling override that of the Label, causing the pointing finger cursor to not appear when hovering a link. There's nothing wrong with both occupying the same space, but we do need the Label to be rendered on top so its hover handling takes precedence. FIXED-IN: 6.12 M +19 -18 src/controls/templates/InlineMessage.qml https://invent.kde.org/frameworks/kirigami/-/commit/b1e3a84e2a1f7f8b8c9718f01d1492781ac61bed -- You are receiving this mail because: You are watching all bug changes.