Bug 500818 - On-demand tooltip is too long
Summary: On-demand tooltip is too long
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: bars: status (show other bugs)
Version: git-master
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-27 16:02 UTC by Nate Graham
Modified: 2025-02-27 18:27 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
On-demand status bar too wide (372.01 KB, image/png)
2025-02-27 16:02 UTC, Nate Graham
Details

Note You need to log in before you can comment on or make changes to this bug.
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.