GNOME Bugzilla – Bug 654129
bookmarks on toolbar show "..." instead of bookmark name
Last modified: 2011-12-23 17:29:52 UTC
I'm running Epiphany 3.0.3 on Ubuntu 11.10 (Oneiric). If I show a bookmark on a toolbar (either by selecting Show on Toolbar in the Edit Bookmarks dialog, or by dragging a link to an existing toolbar) then the toolbar shows "..." in place of the bookmark name. I think this is a relatively recent regression. I'll attach a screenshot.
Created attachment 191427 [details] screenshot
Yes, this is because GtkToolbar child property expand is FALSE and the label is using PANGO_ELLIPSIZE_END, so minimum size reported by the label is the size of "...".
Created attachment 199057 [details] [review] Don't ellipsize the label of bookmark toolbar items
If the label exceeds TOOLITEM_WIDTH_CHARS, will it ellipsize?
(In reply to comment #4) > If the label exceeds TOOLITEM_WIDTH_CHARS, will it ellipsize? No.
That's bad :-/ Can't we fix this so it works as before? Meaning that it ellipsizes at the end after TOOLITEM_WIDTH_CHARS? As a workaround this could be ok, but I'd rather restore the previous behavior.
This is no longer possible (won't) with Epiphany 3.4