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 647013 - Serch bar is repainted incorrectly after resizing
Serch bar is repainted incorrectly after resizing
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Main Toolbar
3.0.x
Other Linux
: Normal minor
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-07 10:17 UTC by Stefano Facchini
Modified: 2011-04-07 19:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
searchbar incorrectly repainted (4.77 KB, image/png)
2011-04-07 10:17 UTC, Stefano Facchini
  Details
search-bar: set redraw_on_allocate(), like GtkInfoBar does (1.03 KB, patch)
2011-04-07 19:48 UTC, Cosimo Cecchi
committed Details | Review

Description Stefano Facchini 2011-04-07 10:17:14 UTC
Created attachment 185406 [details]
searchbar incorrectly repainted

Open the search bar, then resize the sidebar: the search bar is repainted incorrectly. For example, if the sidebar is shrinked the dark blue frame leaves some ghost lines on the left of the "Search" label (see attachment)
Comment 1 Cosimo Cecchi 2011-04-07 19:48:41 UTC
This is now fixed in master, thanks for the report.

The following fix has been pushed:
d8b6327 search-bar: set redraw_on_allocate(), like GtkInfoBar does
Comment 2 Cosimo Cecchi 2011-04-07 19:48:43 UTC
Created attachment 185467 [details] [review]
search-bar: set redraw_on_allocate(), like GtkInfoBar does

This fixes artifacts while resizing. A similar patch was committed to
GtkInfoBar in https://bugzilla.gnome.org/show_bug.cgi?id=587716.