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 765550 - there is a little shadow or something above the counter in the search box
there is a little shadow or something above the counter in the search box
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
3.20.x
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2016-04-25 16:35 UTC by Andreas Nilsson
Modified: 2016-08-21 17:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (6.24 KB, image/png)
2016-04-25 16:35 UTC, Andreas Nilsson
  Details
search entry occurrences tag style (442 bytes, patch)
2016-08-08 00:08 UTC, Sontol Bonggol
none Details | Review
git patch search entry occurrences tag style (990 bytes, patch)
2016-08-08 00:18 UTC, Sontol Bonggol
committed Details | Review

Description Andreas Nilsson 2016-04-25 16:35:49 UTC
Created attachment 326703 [details]
screenshot

there is a little shadow or something above the counter in the search box
Comment 1 Sontol Bonggol 2016-08-08 00:08:29 UTC
Created attachment 332900 [details] [review]
search entry occurrences tag style

This is due to libgd update: https://git.gnome.org/browse/libgd/commit/?id=7e0dd4b15ea80673f62249ac092763b10fc226ad

It reuses the style context instead of creating new one, so we have to clear the background style in the css. Here is the patch I propose.
Comment 2 Sontol Bonggol 2016-08-08 00:18:08 UTC
Created attachment 332901 [details] [review]
git patch search entry occurrences tag style

Sorry, this is the correct patch.
Comment 3 Ignacio Casal Quinteiro (nacho) 2016-08-08 06:10:50 UTC
Review of attachment 332901 [details] [review]:

Looks good.
Comment 4 Sébastien Wilmet 2016-08-21 17:41:12 UTC
Thanks for the commit.