GNOME Bugzilla – Bug 745622
Selected text not highlighted in GtkInfoBar
Last modified: 2016-05-31 17:49:15 UTC
Created attachment 298551 [details] Test case When a GtkLabel is packed in a GtkInfoBar and made selectable, any selected text is not highlighted. Dragging shows that it is indeed selected, but there's no visual cue. The attached test case has one label packed in a GtkInfoBar, and another packed simply in the containing GtkBox. The latter verifies that the selection is usually highlighted.
Created attachment 298618 [details] [review] Adwaita: selected labels inside infobars
Thanks for the report and particularly the test case.
(In reply to Jakub Steiner from comment #2) > Thanks for the report and particularly the test case. You're welcome--thanks for the quick fix!
In GTK+ 3.20 and git master, this is broken again.
...and this is fixed again in gtk-3-20 branch with commit 5c763e97c4d6e2191f2088684a4e0be22f9bc9ff and in master with f54e28177c51c663100a2eb8e0401fd17cc0556c ;-)
Confirmed that it's fixed (tested only in master)--thanks!
Thanks. There is another bug with the GtkInfoBar with the context menu, maybe related to this one: filed as bug #767058.
Yeah, pretty much related, menu being a child of the selection now, makes it inherits the color, I think, I'll take a look asap.