https://bugs.kde.org/show_bug.cgi?id=470297
Joshua Goins <j...@redstrate.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Version Fixed In| |5.27.6 Latest Commit| |https://invent.kde.org/plas | |ma/discover/-/commit/a07f6a | |9c77aae757d4cc72639fc7bf41f | |28b5018 --- Comment #2 from Joshua Goins <j...@redstrate.com> --- Git commit a07f6a9c77aae757d4cc72639fc7bf41f28b5018 by Joshua Goins, on behalf of Nate Graham. Committed on 29/05/2023 at 03:14. Pushed by ngraham into branch 'master'. ApplicationPage: make heading/short description text selectable The main text is already selectable, and the heading/short description text is used to display the package path for locally-downloaded packages, which make sense to be able to select. So for those reasons, make it also selectable. This entails porting away from Kirigami.Heading and using Kirigami.SelectableLabel, which means we need to do a small amount of work to match the visual styling and accessibility metadata that were previously provided by Kirigami.Heading. FIXED-IN: 5.27.6 M +12 -5 discover/qml/ApplicationPage.qml https://invent.kde.org/plasma/discover/-/commit/a07f6a9c77aae757d4cc72639fc7bf41f28b5018 -- You are receiving this mail because: You are watching all bug changes.