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 338047 - search box positioning has some bugs
search box positioning has some bugs
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.8.x
Other Linux
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks: 327259
 
 
Reported: 2006-04-11 06:32 UTC by David Trowbridge
Modified: 2006-04-12 02:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.64 KB, patch)
2006-04-11 06:33 UTC, David Trowbridge
none Details | Review

Description David Trowbridge 2006-04-11 06:32:47 UTC
The positioning logic in gtk_tree_view_search_position_func has a couple errors which can cause the box to be partially offscreen.
Comment 1 David Trowbridge 2006-04-11 06:33:45 UTC
Created attachment 63221 [details] [review]
patch
Comment 2 Matthias Clasen 2006-04-12 02:54:03 UTC
2006-04-11  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtktreeview.c ((gtk_tree_view_search_position_func): Apply
        a patch from David Trowbridge to improve the positioning of the
        search popup.  (#338047)