| Summary: | Long filename tooltips open in a window instead of tooltip | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | kostadinshishmanov |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | akselmo, dolphin-bugs-null, fernandommuniz, kdedev, mariusz.libera |
| Priority: | NOR | ||
| Version First Reported In: | 24.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/99c48acc8ea5e614e447a8f62d92c8d12e9cf58b | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | complete output from strace | ||
|
Description
kostadinshishmanov
2025-02-13 17:00:15 UTC
Can confirm this happens sometimes. For me it happens pretty often. I just had to set a filename to `aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.txt` Operating System: Fedora Linux 41 KDE Plasma Version: 6.3.80 KDE Frameworks Version: 6.12.0 Qt Version: 6.8.2 Kernel Version: 6.12.15-200.fc41.x86_64 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 3600 6-Core Processor Memory: 15.5 GiB of RAM Graphics Processor: AMD Radeon RX 6600 Seems it happens only when the window with the filename has not been activated at all. But if it's somehow activated, like even clicked on once, things start working for me. A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/921 Git commit 99c48acc8ea5e614e447a8f62d92c8d12e9cf58b by Akseli Lahtinen. Committed on 27/02/2025 at 12:05. Pushed by akselmo into branch 'master'. dolphinview: Add widget parameter to elided QToolTip::showText Without this parameter the QToolTip can not always determine what is the parent, so it will create a toplevel window in those cases. Make sure we have dolphinview itself as a widget there, so QToolTip and thus QtWayland can resolve what is the parent. This avoids creating random windows when opening a tooltip. M +1 -1 src/views/dolphinview.cpp https://invent.kde.org/system/dolphin/-/commit/99c48acc8ea5e614e447a8f62d92c8d12e9cf58b *** Bug 497249 has been marked as a duplicate of this bug. *** *** Bug 502466 has been marked as a duplicate of this bug. *** |