ImHex icon indicating copy to clipboard operation
ImHex copied to clipboard

[Bug] Drag Select scrolling to top

Open daliang20 opened this issue 2 years ago • 5 comments

Operating System

Windows

What's the issue you encountered?

When I try to drag select more than 1 bytes when the start of address is past 0x00000120, the selection jumps back to near the beginning of the file to where the cursor ends.

If the address is less than 0x00000120 there is no jump in the selection. StartOfAddress

Here I started the selection at 0x00000393 and tried to select a few bytes. TableJump

While I'm not sure if this is intended; holding shift at the start and end locations work fine.

How can the issue be reproduced?

  1. Create a new file
  2. Insert at address 0x00; size=0x400;
  3. Scroll down near the bottom of the file.
  4. Select a data point
  5. Drag to next byte

ImHex Version

1.26.2

ImHex Build Type

  • [ ] Nightly or built from sources

Installation type

Portable

Additional context?

No response

daliang20 avatar Feb 08 '23 23:02 daliang20

Same issue with the flapak version 1.26.2 on fedora 37.

sehnryr avatar Feb 11 '23 23:02 sehnryr

I think this was fixed in version 1.27.1.

Fixed the editing cursor not advancing automatically after the first page of data

daliang20 avatar Feb 17 '23 20:02 daliang20

Happens to me on Windows with v1.27.1

jozefizso avatar Feb 23 '23 17:02 jozefizso

Same issue on Windows in v1.27.1

When I open a file and do not edit anything, everything works fine. But if changes are made to the file, then click a byte and drag, it'll jump to the position near the latest change.

bg5hfc avatar Mar 22 '23 11:03 bg5hfc

@bg5hfc Thank you so much! Until now I never managed to reproduce it at all. It just happened randomly for me

Please try the latest nightly as soon as it's built in ~15min. You can download it from https://imhex.werwolv.net at the very bottom

WerWolv avatar Mar 22 '23 12:03 WerWolv