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 710411 - [PATCH] Fix key "Page_Down" identified as "Next"
[PATCH] Fix key "Page_Down" identified as "Next"
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-10-17 19:13 UTC by Olivier Brunel (jjacky)
Modified: 2013-10-24 22:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix key "Page_Down" identified as "Next" (2.15 KB, patch)
2013-10-17 19:13 UTC, Olivier Brunel (jjacky)
committed Details | Review

Description Olivier Brunel (jjacky) 2013-10-17 19:13:49 UTC
Created attachment 257588 [details] [review]
Fix key "Page_Down" identified as "Next"

Since 49c4ad2f the order between "Page_Down" & "Next" had been changed (due to
sorting) and this resulted in the Page Down key being identified as "Next"
instead of "Page_Down"

"Page_Up" wasn't affected, since it comes before "Prior"
Comment 1 Matthias Clasen 2013-10-24 12:24:58 UTC
Review of attachment 257588 [details] [review]:

yeah, looks right. Please commit to the gtk-3-10 branch too if it applies there.
Comment 2 Olivier Brunel (jjacky) 2013-10-24 14:08:51 UTC
I can't commit, but it does apply/should be merged in 3-10 as well, yes.
Comment 3 Matthias Clasen 2013-10-24 22:48:44 UTC
Attachment 257588 [details] pushed as e735da3 - Fix key "Page_Down" identified as "Next"