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.
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.
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.
That's a good idea worth thinking about.