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 119419 - GtkTreeView doesn't allow navigation using keybad arrows
GtkTreeView doesn't allow navigation using keybad arrows
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2003-08-08 09:56 UTC by Alexander Larsson
Modified: 2011-02-04 16:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch. I hope I didn't get confused. (10.94 KB, patch)
2003-08-14 22:22 UTC, Kristian Rietveld
none Details | Review

Description Alexander Larsson 2003-08-08 09:56:05 UTC
The listview navigation doesn't handle:
GDK_KP_Home
GDK_KP_End
GDK_KP_Left
GDK_KP_Right
GDK_KP_Up
GDK_KP_Down
In addition to the normal navigation keys.
Comment 1 Kristian Rietveld 2003-08-14 22:22:44 UTC
Created attachment 19228 [details] [review]
patch. I hope I didn't get confused.
Comment 2 Kristian Rietveld 2003-08-15 16:25:14 UTC
Updated the patch to also handle GDK_KP_Page_{Up,Down}. I'll commit it
today.
Comment 3 Kristian Rietveld 2003-08-15 17:49:03 UTC
Committed to gtk-2-2. Slightly modified patch went in HEAD.