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

UIA performance/WinDbg: slow response when pressing Alt+Tab after pressing Control+D from WinDbg #8535

Closed
josephsl opened this issue Jul 22, 2018 · 4 comments
Labels
Abandoned requested reports or updates are missing since more than 1 year, author or users are not available.

Comments

@josephsl
Copy link
Collaborator

Hi,

Reported by @tspivey via Skype: UIA responds slowly when pressing Alt+Tab from WinDbg.

Steps to reproduce:

  1. Install Windows SDK.
  2. Open WinDbg (any version will do).
  3. With WinDbg open, press Control+D to open crash dumps.
  4. Press Alt+Tab.

Actual behavior:

Switching between apps is very slow.

Expected behavior:

Switching between apps is snappy.

System configuration:

NVDA Installed/portable/running from source:

Installed

NVDA version:

2018.2.1 and alpha.15634

Windows version:

Windows 10 versions 1803 and Insider Preview

Name and version of other software in use when reproducing the issue:

WinDbg

Other information about your system:

@tspivey uses version 1803, while I use Insider Preview.

Other questions:

Does the issue still occur after restarting your PC?

Yes

Have you tried any other versions of NVDA?

No

Technical:

Possibly caused by WinDbg itself.

Workarounds:

For Version 1803 (build 17134), remove UIA name and value properties from properties to event ID's dictionary in UIA handler. This resolves this, although it raises the question as to which window is causing performance issues when firing name change and/or value change events.

In Insider Preview, use IUIAutomation6::CoalesceEvents (RS5, the flag must be set to 1/enabled).

Thanks.

@Adriani90
Copy link
Collaborator

@josephsl is this issue still reproducible? There are to PRs merged related to this and I guess there were changes between Windows 10 1803 and las build in 1809.

@josephsl
Copy link
Collaborator Author

josephsl commented Jan 12, 2019 via email

@Adriani90
Copy link
Collaborator

@@tspivey are you still having this issue? Or should we close it?

@Adriani90 Adriani90 added the Abandoned requested reports or updates are missing since more than 1 year, author or users are not available. label Jan 19, 2020
@Adriani90
Copy link
Collaborator

No updates so far from the person who can reproduce it. I am closing this issue as abandoned. Please comment on it if you still have this issue and we can reopen it. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Abandoned requested reports or updates are missing since more than 1 year, author or users are not available.
Projects
None yet
Development

No branches or pull requests

2 participants