I observed several UI performance and mouse interaction issues:
-
Windows paste latency in the input box
On Windows, when pasting a large amount of text into the input box, the UI briefly flashes, then takes several seconds before the pasted content is
displayed. On macOS, the same paste operation appears immediately and feels normal.
-
Right-click context menu does not open on Windows when idle
On Windows PowerShell, even when the app is not generating output, right-clicking in the output area does not open the native context menu. This makes it
impossible to select specific output text and copy it through the right-click menu. The same issue also occurs in the input box.
This works normally on macOS, so I am not sure whether this is a Windows terminal limitation or an application bug.
-
Mouse selection and right-click are unavailable during output
On both Windows and macOS, while the app is actively streaming/generating output, mouse interactions stop working properly. For example, users cannot
right-click, select text, or copy selected output during streaming.
-
Scrolling can lag during output
On both Windows and macOS, while output is being generated, scrolling up or down sometimes becomes noticeably delayed. In some cases, it takes several
seconds before the scroll action is reflected in the UI.
I observed several UI performance and mouse interaction issues:
Windows paste latency in the input box
On Windows, when pasting a large amount of text into the input box, the UI briefly flashes, then takes several seconds before the pasted content is
displayed. On macOS, the same paste operation appears immediately and feels normal.
Right-click context menu does not open on Windows when idle
On Windows PowerShell, even when the app is not generating output, right-clicking in the output area does not open the native context menu. This makes it
impossible to select specific output text and copy it through the right-click menu. The same issue also occurs in the input box.
This works normally on macOS, so I am not sure whether this is a Windows terminal limitation or an application bug.
Mouse selection and right-click are unavailable during output
On both Windows and macOS, while the app is actively streaming/generating output, mouse interactions stop working properly. For example, users cannot
right-click, select text, or copy selected output during streaming.
Scrolling can lag during output
On both Windows and macOS, while output is being generated, scrolling up or down sometimes becomes noticeably delayed. In some cases, it takes several
seconds before the scroll action is reflected in the UI.