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 526445 - selection always starts from beginning of file when only using keyboard
selection always starts from beginning of file when only using keyboard
Status: RESOLVED FIXED
Product: ghex
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jaka Mocnik
Jaka Mocnik
Depends on:
Blocks:
 
 
Reported: 2008-04-06 04:50 UTC by Jonathon Jongsma
Modified: 2008-05-04 21:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] * src/gtkhex.c: fix a bug where the selection would always start at 0 if (1.39 KB, patch)
2008-04-06 04:51 UTC, Jonathon Jongsma
committed Details | Review

Description Jonathon Jongsma 2008-04-06 04:50:28 UTC
patch to follow
Comment 1 Jonathon Jongsma 2008-04-06 04:51:10 UTC
Created attachment 108700 [details] [review]
[PATCH] * src/gtkhex.c: fix a bug where the selection would always start at 0 if

the user only used the keyboard.  To reproduce, navigate away from the start
of the document, then press Shift+Down, and the text will be selected, but
instead of starting the selection from where the cursor was when you pressed
Down, it would start from the beginning of the file.
---
 ChangeLog    |    8 ++++++++
 src/gtkhex.c |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)