GNOME Bugzilla – Bug 782468
Add GdTaggedEntry test case to mimic gnome-documents' widget hierarchy
Last modified: 2017-05-12 16:16:39 UTC
Lapo noticed that his entry-tag CSS to style GdTaggedEntry was not having the same effect in gnome-documents as it was test-tagged-entry.c. I haven't found the root cause but it would be good to have another test case that mimics the widget hierarchy of gnome-documents. Working with git submodules is painful. Having more test cases can assuage the situation.
Created attachment 351572 [details] [review] Add GdTaggedEntry test case to mimic gnome-documents' widget hierarchy
Created attachment 351627 [details] [review] Add GdTaggedEntry test case to mimic gnome-documents' widget hierarchy This is better because it uses a GtkSearchBar instead of GtkToolbar/GtkToolItem.
Review of attachment 351627 [details] [review]: Feel free to push with this fixed ::: test-tagged-entry-2.c @@ +88,3 @@ + entry = GTK_WIDGET (gd_tagged_entry_new ()); + gtk_widget_set_size_request (entry, 500, -1); + g_signal_connect(entry, "tag-clicked", Add space before parent (also below)
Created attachment 351738 [details] [review] Add GdTaggedEntry test case to mimic gnome-documents' widget hierarchy Pushed after adding the missing whitespace. Thanks for the review, Cosimo!