Bug 500818

Summary: On-demand tooltip is too long
Product: [Applications] dolphin Reporter: Nate Graham <nate>
Component: bars: statusAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: REPORTED ---    
Severity: minor CC: akselmo, dolphin-bugs-null
Priority: NOR    
Version First Reported In: git-master   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: On-demand status bar too wide

Description Nate Graham 2025-02-27 16:02:06 UTC
Created attachment 178945 [details]
On-demand status bar too wide

STEPS TO REPRODUCE
1. navigate to a remote server that isn't accessible, e.g. "smb://6.6.6.6"

OBSERVED RESULT
On-demand status bar is wider than it needs to be. See attached screenshot

EXPECTED RESULT
On-demand status bar is not too wide.
Comment 1 Akseli Lahtinen 2025-02-27 18:23:49 UTC
This is by design. If the statusbar would change size, then it would make it more difficult to click the cancel search button since it can jump around when user is hovering over items before going for the statusbar.
Comment 2 Nate Graham 2025-02-27 18:25:32 UTC
Hmm, that makes sense, even if it's not the greatest look.

Maybe with the on-demand statusbar, this loading UI should move onto the background of the page itself. That's typically how we do this in QtQuick apps these days.
Comment 3 Akseli Lahtinen 2025-02-27 18:27:36 UTC
That's a good idea worth thinking about.