Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-Select Bug #129

Open
timvz opened this issue Dec 16, 2022 · 1 comment
Open

Multi-Select Bug #129

timvz opened this issue Dec 16, 2022 · 1 comment

Comments

@timvz
Copy link

timvz commented Dec 16, 2022

When I open the HexEditor control for the first time, there is a limit on how many rows I can mutli-select either by a mouse drag or with shift-clicks. The limit appears to be about 22 rows in the provided WpfHexEditor.Sample project. Note: you must have more than 22 rows visible on the screen to observe this. If I have less than 22 visible, there's no issue using shift-click to multi select. Click and drag also works with less than 22 lines visible, but scrolling stops whenever the mouse leaves the window.

Also, after I change the number of bytes per line the problem disappears.

To Reproduce
Steps to reproduce the behavior:

  1. Start up the WpfHexEditor.Sample project.
  2. Open a binary file that provides more than 22 lines of hex at 16 bytes per line.
  3. Adjust the window size to show more than 22 lines of hex.
  4. Click at byte zero and drag downwards.

Expected behavior
Would expect the selection range to continue until I stop dragging the mouse. However, it stops at the end of line 22 even though I continue to drag my mouse downwards.

Desktop (please complete the following information):

  • OS: Windows 11 or 10
  • Browser: N/A, but I use have Edge and Chrome installed.
  • Version: Windows 11 Home 22H2

Smartphone (please complete the following information):

  • Device: N/A

Screenshot

@abbaye
Copy link
Owner

abbaye commented Dec 25, 2022

Hi timvz

I will check this. First time this bug as declared.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants