Summary: | In slideshow wallpaper configuration page, tooltips for elided list items doesn't appear | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Oded Arbel <oded> |
Component: | Image & Slideshow wallpaper plugins | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | kde, kdelibs-bugs-null, nate, notmart, qydwhotmail |
Priority: | NOR | ||
Version First Reported In: | 5.25.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/fe9f66496337fe8d77cb177fe223261140f4baa5 | Version Fixed In: | 5.26 |
Sentry Crash Report: | |||
Attachments: | Screenshot showing the problem |
Description
Oded Arbel
2022-09-13 10:51:26 UTC
Created attachment 152021 [details]
Screenshot showing the problem
This screenshot was generated when configuring a vertical screen. I've noticed later that on a horizontal screen the configuration dialog seems to be a bit wider, so instead of showing just "/home/odeda/...", it shows "/home/odeda/.loc..." - which is probably still not good enough.
The width required to display all text without elision depends on the length of the text and the size of the window; the window being resizable is good enough IMO. There is actually supposed to be a tooltip though. Seems like it's not working anymore, though. I'll investigate. Not a regression. The tooltip was not added from the beginning. A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kdeclarative/-/merge_requests/147 This bug report was about the list of wallpaper folders, not the grid view. So unfortunately I fixed an non-existing bug again Well it's good to fix that too. :) Git commit 6767dc3f8746b4adadf71c8f6ff38892af1f7cdf by Fushan Wen. Committed on 14/09/2022 at 14:57. Pushed by fusionfuture into branch 'master'. GridDelegate: show tooltip when `toolTip` is empty and title/caption is elided Even if the `toolTip` property is empty, there should be a way to show the full title and the full caption. M +7 -2 src/qmlcontrols/kcmcontrols/qml/GridDelegate.qml https://invent.kde.org/frameworks/kdeclarative/commit/6767dc3f8746b4adadf71c8f6ff38892af1f7cdf Git commit fe9f66496337fe8d77cb177fe223261140f4baa5 by Nate Graham. Committed on 14/09/2022 at 20:52. Pushed by ngraham into branch 'master'. wallpapers/slideshowpackage: fix tooltip so it actually appears We had disabled hover on the list item, so it would never become visible. In addition, its visibility condition was wrong as we only want it to become visible for list items that have elided text. FIXED-IN: 5.26 M +6 -3 wallpapers/image/slideshowpackage/contents/ui/SlideshowComponent.qml https://invent.kde.org/plasma/plasma-workspace/commit/fe9f66496337fe8d77cb177fe223261140f4baa5 |