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 757103 - Breadcrumbs cropped off initially
Breadcrumbs cropped off initially
Status: RESOLVED DUPLICATE of bug 754868
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
3.18.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2015-10-25 18:43 UTC by Thomas Lange
Modified: 2015-11-03 13:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Initial appearance, "Downloads" element cropped off (3.20 KB, image/png)
2015-10-25 18:43 UTC, Thomas Lange
Details
Correct appearance after focusing "Downloads" (3.27 KB, image/png)
2015-10-25 18:45 UTC, Thomas Lange
Details

Description Thomas Lange 2015-10-25 18:43:18 UTC
Created attachment 314090 [details]
Initial appearance, "Downloads" element cropped off

If a GtkFileChooser is opened, the breadcrumbs for the path are cropped off.
Focusing the last folder element restores the expected appearance.

Tested with different themes (Adwaita and Menta from mate-themes) using GTK+ 3.18.2 and Xfce.
Comment 1 Thomas Lange 2015-10-25 18:45:16 UTC
Created attachment 314091 [details]
Correct appearance after focusing "Downloads"
Comment 2 Emmanuele Bassi (:ebassi) 2015-10-26 11:22:50 UTC
It's a known issue of the GtkPathBar widget, as it changes the visibility of children while allocating them, thus breaking the CSS for first/last/nth-child.
Comment 3 Matthias Clasen 2015-11-03 13:22:26 UTC

*** This bug has been marked as a duplicate of bug 754868 ***