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] Fix rare ArgumentOutOfRangeException TextBoxSearch_TextChanged #327

Closed
Hofknecht opened this issue Feb 13, 2022 · 0 comments
Closed
Assignees
Labels
Projects
Milestone

Comments

@Hofknecht
Copy link
Owner


System.ArgumentOutOfRangeException: Specified argument was out of the
range of valid values. (Parameter 'value') at
System.Windows.Forms.DataGridView.set_FirstDisplayedScrollingRowIndex(Int32
value) at
SystemTrayMenu.UserInterface.Menu.TextBoxSearch_TextChanged(Object
sender, EventArgs e) in
D:\Seafile\Markus\C#Projects\systemtraymenu\UserInterface\Menu.cs:line
891 at System.Windows.Forms.Control.OnTextChanged(EventArgs e) at
System.Windows.Forms.TextBoxBase.OnTextChanged(EventArgs e) at
System.Windows.Forms.Control.set_Text(String value) at
System.Windows.Forms.TextBoxBase.set_Text(String value) at
System.Windows.Forms.TextBox.set_Text(String value) at
SystemTrayMenu.UserInterface.Menu.ResetSearchText() in
D:\Seafile\Markus\C#Projects\systemtraymenu\UserInterface\Menu.cs:line
232 at
SystemTrayMenu.Business.Menus.<.ctor>g__LoadMainMenuCompleted|21_0(Object
sender, RunWorkerCompletedEventArgs e) in
D:\Seafile\Markus\C#Projects\systemtraymenu\Business\Menus.cs:line 81 at
System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs
e) at
System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg) 
@Hofknecht Hofknecht added this to the 1.3 milestone Feb 13, 2022
@Hofknecht Hofknecht self-assigned this Feb 13, 2022
@Hofknecht Hofknecht added this to Analyze / Spec in STM 1.3.0 via automation Feb 13, 2022
STM 1.3.0 automation moved this from Analyze / Spec to Closed Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
STM 1.3.0
  
Closed
Development

No branches or pull requests

1 participant