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

[BUG] drag, scroll and search at same time #335

Closed
Hofknecht opened this issue Feb 15, 2022 · 1 comment
Closed

[BUG] drag, scroll and search at same time #335

Hofknecht opened this issue Feb 15, 2022 · 1 comment
Assignees
Milestone

Comments

@Hofknecht
Copy link
Owner

Hofknecht commented Feb 15, 2022

here is still a rare bug ArgumentOutOfRangeException

20220215_203516.mp4

at System.Windows.Forms.DataGridView.SetSelectedRowCore(Int32 rowIndex, Boolean selected)
at System.Windows.Forms.DataGridView.SelectRowRange(Int32 rowIndexFrom, Int32 rowIndexTo, Boolean select)
at System.Windows.Forms.DataGridView.OnRowSelectMouseMove(HitTestInfo hti)
at System.Windows.Forms.DataGridView.OnMouseMove(MouseEventArgs e)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.DataGridView.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)

@Hofknecht Hofknecht added this to the 1.3 milestone Feb 15, 2022
@Hofknecht Hofknecht changed the title [BUG] Fix ArgumentOutOfRangeException when drag drop, swipe scrolling and search at same time [BUG] Fix ArgumentOutOfRangeException (drag, scroll and search at same time) Feb 15, 2022
@Hofknecht Hofknecht changed the title [BUG] Fix ArgumentOutOfRangeException (drag, scroll and search at same time) [BUG] ArgumentOutOfRangeException (drag, scroll and search at same time) Feb 15, 2022
@Hofknecht Hofknecht self-assigned this Feb 15, 2022
@Hofknecht
Copy link
Owner Author

solution is to disable search in this case
as when you drag drop a item (without swipe scroll, all items fit into main menu)

@Hofknecht Hofknecht changed the title [BUG] ArgumentOutOfRangeException (drag, scroll and search at same time) [BUG] drag, scroll and search at same time Feb 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant