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 160243 - Typeahead window often appears far away from user's focus
Typeahead window often appears far away from user's focus
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.5.x
Other Linux
: Normal normal
: Small API
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2004-12-02 19:03 UTC by Billy Biggs
Modified: 2014-03-24 03:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Navigator view from Eclipse, and a typeahead window very far away (34.40 KB, image/png)
2004-12-02 19:04 UTC, Billy Biggs
Details
Typeahead window on top of other widgets (33.93 KB, image/png)
2004-12-02 19:26 UTC, Billy Biggs
Details

Description Billy Biggs 2004-12-02 19:03:40 UTC
Hitting keys in a GtkTreeView now causes the typeahead window to appear.  When a
GtkTreeView is very tall, the typeahead window can find itself very far away
from where the user's attention is focused, leading to confusing results about
what is going on (especially if keys were hit by accident).
Comment 1 Billy Biggs 2004-12-02 19:04:20 UTC
Created attachment 34412 [details]
Navigator view from Eclipse, and a typeahead window very far away

Screenshot using Eclipse with GTK+ 2.5.5.
Comment 2 Billy Biggs 2004-12-02 19:26:02 UTC
Created attachment 34414 [details]
Typeahead window on top of other widgets

Here is another screenshot of the window from a different user.  In this one,
the typeahead window appears on top of the tabs for the view it is in, which
appears somewhat confusing.
Comment 3 Matthias Clasen 2004-12-03 15:41:25 UTC
Not entirely clear what the best fix here is. 

We could add some positioning parameter, which would allow to specify
that the search window should appear close to the mouse, below the treeview,
above the treeview, etc. Or we could add some kind of positioning function
like we have for menus. There is also another bug which asks for making the
search popup optionally part of the same window.
Comment 4 Matthias Clasen 2014-03-24 03:00:12 UTC
closing out ancient bugs