You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Randomly it disables Mouse and Keyboard inputs in the terminal forever until we restart the app. Please check the screenshot with the Exception: System.InvalidOperationException: 'Queue empty.'
, at NetDriver.cs, line 1502 with this code: inputResult.Dequeue ();
To Reproduce
Steps to reproduce the behavior:
It happens randomly when clicking in the Terminal, boxes, buttons or any place. It takes me many clicks to trigger it, but sometimes it happens on the first click too. In average like 10 or 20 mouse clicks .
I tried many times to reproduce the error with V1.14.1 but it never happened.
Expected behavior
-Using Terminal.gui project source code it stops in the exception.
-Using NuGet dll package the mouse and keyboard inputs stop working at all but app continues.
Screenshots
Desktop (please complete the following information):
OS: W11
Version: Terminal.Gui 1.171
Additional context
I can provide more details, but I hope coders can have an idea just with the info and the screenshot.
PD: thanks for your hard work guys!
The text was updated successfully, but these errors were encountered:
Describe the bug
Randomly it disables Mouse and Keyboard inputs in the terminal forever until we restart the app. Please check the screenshot with the Exception: System.InvalidOperationException: 'Queue empty.'
, at NetDriver.cs, line 1502 with this code: inputResult.Dequeue ();
To Reproduce
Steps to reproduce the behavior:
It happens randomly when clicking in the Terminal, boxes, buttons or any place. It takes me many clicks to trigger it, but sometimes it happens on the first click too. In average like 10 or 20 mouse clicks .
I tried many times to reproduce the error with V1.14.1 but it never happened.
Expected behavior
-Using Terminal.gui project source code it stops in the exception.
-Using NuGet dll package the mouse and keyboard inputs stop working at all but app continues.
Screenshots

Desktop (please complete the following information):
Additional context
I can provide more details, but I hope coders can have an idea just with the info and the screenshot.
PD: thanks for your hard work guys!
The text was updated successfully, but these errors were encountered: