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 303669 - Treeview keynav bug
Treeview keynav bug
Status: RESOLVED DUPLICATE of bug 324480
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
unspecified
Other Linux
: Normal normal
: Small fix
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2005-05-10 14:16 UTC by Srirama Sharma
Modified: 2006-05-28 22:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed Patch (4.35 KB, patch)
2005-05-10 14:19 UTC, Srirama Sharma
none Details | Review

Description Srirama Sharma 2005-05-10 14:16:10 UTC
Steps to simulate:

> Launch gnome-search tool

> Enter a '*' into the "Name contains" combobox and press <Return>
   - Press <tab> six times and focus is on the first entry of the
     search results table.

Bug: 
To select the first item, user has to press <Down> which will
select the second item and then press <Up> arrow key to select first item.

Note:  When we enter name into the "Name contains" combobox that will
only produce one result and then tab in to the tree view, user is able
to select the only item by pressing <up> or <down> key.

Expected Behaviour:
If there is no selection in the treeview and a node has focus, then Up/Down
keypress should select the focussed node. Subsequent Up/Down keypress should
allow user to traverse through the list.
Comment 1 Srirama Sharma 2005-05-10 14:19:39 UTC
Created attachment 46288 [details] [review]
Proposed Patch
Comment 2 Kristian Rietveld 2006-05-28 22:48:09 UTC

*** This bug has been marked as a duplicate of 324480 ***