After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 706722 - path bar looks broken when the window is to small to fit the entire pathbar
path bar looks broken when the window is to small to fit the entire pathbar
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
3.9.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2013-08-24 20:39 UTC by Andreas Nilsson
Modified: 2013-08-31 21:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (378.46 KB, image/png)
2013-08-24 20:39 UTC, Andreas Nilsson
  Details
pathbar: remove unused spacing private member (6.77 KB, patch)
2013-08-25 03:19 UTC, Cosimo Cecchi
committed Details | Review
pathbar: fix positioning of the down slider button (2.40 KB, patch)
2013-08-25 03:19 UTC, Cosimo Cecchi
committed Details | Review

Description Andreas Nilsson 2013-08-24 20:39:42 UTC
Created attachment 253023 [details]
screenshot

There is a big gap in it.
This doesn't happen in Nautilus.
Comment 1 Cosimo Cecchi 2013-08-25 03:19:02 UTC
Created attachment 253039 [details] [review]
pathbar: remove unused spacing private member

It's always zero.
Comment 2 Cosimo Cecchi 2013-08-25 03:19:06 UTC
Created attachment 253040 [details] [review]
pathbar: fix positioning of the down slider button

So that it's always linked with the rest of the pathbar.
Comment 3 Matthias Clasen 2013-08-31 16:20:10 UTC
hmm. this makes the right arrow button jump out from underneath your mouse pointer whenever you click it. not ideal.
Comment 4 Cosimo Cecchi 2013-08-31 17:51:02 UTC
That's also the behavior that Nautilus has though, so while not ideal, at least it would be consistent and look less broken than it does right now.
Comment 5 Matthias Clasen 2013-08-31 21:26:37 UTC
Attachment 253039 [details] pushed as c9cc58d - pathbar: remove unused spacing private member
Attachment 253040 [details] pushed as 89214ca - pathbar: fix positioning of the down slider button