Summary: | New selection effect: weird cut off focus highlight when rename item | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | username <linx.system.adm> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | filip.kendes1, kfm-devel, linx.system.adm, postix |
Priority: | NOR | Keywords: | regression |
Version First Reported In: | 25.08.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/78f2423c8ee5cf744ede070dbf26d1caa26a6818 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | screenshot |
Can confirm. Only happens when the cursor is over the file when you press the F2 to rename it Git commit 93dd0db2eeb1fc41013e87e73f7fbd1956f26cd6 by Akseli Lahtinen. Committed on 02/09/2025 at 08:51. Pushed by meven into branch 'master'. KStandardItemListWidget: Clean hover effect on editRole changed When editRole is changed, as in we start renaming an item, we should clean up the hover effect. Otherwise we'll have a weird glitchy look. M +2 -0 src/kitemviews/kstandarditemlistwidget.cpp https://invent.kde.org/system/dolphin/-/commit/93dd0db2eeb1fc41013e87e73f7fbd1956f26cd6 Git commit 78f2423c8ee5cf744ede070dbf26d1caa26a6818 by Akseli Lahtinen. Committed on 15/09/2025 at 09:13. Pushed by akselmo into branch 'release/25.08'. KStandardItemListWidget: Clean hover effect on editRole changed When editRole is changed, as in we start renaming an item, we should clean up the hover effect. Otherwise we'll have a weird glitchy look. (cherry picked from commit 93dd0db2eeb1fc41013e87e73f7fbd1956f26cd6) M +2 -0 src/kitemviews/kstandarditemlistwidget.cpp https://invent.kde.org/system/dolphin/-/commit/78f2423c8ee5cf744ede070dbf26d1caa26a6818 |
Created attachment 184190 [details] screenshot SUMMARY When rename file, there is weird cut off at the bottom STEPS TO REPRODUCE 1. Select file 2. Press F2 to rename it OBSERVED RESULT Weird cut off at the bottom EXPECTED RESULT Focus restangle should not be cut off