| Summary: | On hover hightlighting doesn't follow the mouse cursor | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Guido <guido.iodice> |
| Component: | Printers widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | guido.iodice, kdedev, nate, noeerover, zdenek.koprivik |
| Priority: | NOR | Keywords: | regression |
| Version First Reported In: | 6.6.4 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/print-manager/-/commit/e04092d5ae93c86927fedede7901242a9cb840ed | Version Fixed/Implemented In: | 6.6.5 |
| Sentry Crash Report: | |||
|
Description
Guido
2026-04-08 18:12:04 UTC
*** Bug 519269 has been marked as a duplicate of this bug. *** Looks like it bisects to here: https://invent.kde.org/plasma/libplasma/-/commit/2bf22868e6b5bc021b1b47cd3f612656700e8cae A possibly relevant merge request was started @ https://invent.kde.org/plasma/libplasma/-/merge_requests/1473 Are we sure this isn't an applet-specific issue? I can't reproduce the issue with the Networks, Vaults, or Disks & Devices applets. I can't try with the Printers applet though because I only have one printer. The visuals of the applet haven't changed in 2 years, so was a guess. I just tested it. Maybe there applet is doing highlight wrong, but that appears to go back to when you (nate) migrated it to ExpandListItem. (In reply to Nate Graham from comment #4) > Are we sure this isn't an applet-specific issue? I can't reproduce the issue > with the Networks, Vaults, or Disks & Devices applets. > > I can't try with the Printers applet though because I only have one printer. I can confirm that the issue only occurs with the print applet. But could this be linked to the fact that the print job doesn’t disappear once completed? https://bugs.kde.org/show_bug.cgi?id=518706 Most likely not related. I have 12 printers set up with no jobs and it still happens. Sounds like the print-manager plasmoid is doing hover/highlight wrong. Will be fixed by https://invent.kde.org/plasma/print-manager/-/merge_requests/322 instead. Git commit 40efac00ac329db27daab01f69605c9cb292020d by Nicolas Fella. Committed on 07/05/2026 at 19:20. Pushed by nicolasfella into branch 'Plasma/6.6'. Port PrinterDelegate to required properties (cherry picked from commit e04092d5ae93c86927fedede7901242a9cb840ed) M +22 -16 src/plasmoid/PrinterDelegate.qml https://invent.kde.org/plasma/print-manager/-/commit/40efac00ac329db27daab01f69605c9cb292020d Git commit e04092d5ae93c86927fedede7901242a9cb840ed by Nicolas Fella. Committed on 07/05/2026 at 10:44. Pushed by nicolasfella into branch 'master'. Port PrinterDelegate to required properties M +23 -16 src/plasmoid/PrinterDelegate.qml https://invent.kde.org/plasma/print-manager/-/commit/e04092d5ae93c86927fedede7901242a9cb840ed I confirm it's fixed. |