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

Freeze in Add or Remove Programs in Windows XP #30

Closed
nvaccessAuto opened this issue Jan 1, 2010 · 4 comments
Closed

Freeze in Add or Remove Programs in Windows XP #30

nvaccessAuto opened this issue Jan 1, 2010 · 4 comments
Labels

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2008-02-12 11:23
NVDA freezes when a user selects Change or Remove for some programs in the Add or Remove Programs control panel applet in Windows XP.

Steps to reproduce

  1. Go to the Add or Remove Programs applet in Control Panel.
  2. Cursor to an arbitrary item in the list. Note that this does not happen for all applications. The issue can be reproduced with 7-Zip.
  3. Tab to the Remove button and activate it.

Results

NVDA freezes. Apparently, in earlier versions (not sure how long ago), NVDA did freeze, but alt+tabbing seemed to bring it back to life. This is no longer the case.

Other notes

  • This does not happen with JAWS or System Access, but it does happen with Narrator.
    • I think this did happen with JAWS a while back, but am uncertain.
    • Commonality: I think JAWS and System Access both work in-process.
  • The problem appears to be that when the application to change/remove the program is launched, the Add or Remoe Programs applet blocks.
  • Subsequently, any out-of-process accessibility requests (and probably all window messages) block. This is the cause of the freeze.

Potential solutions

  • Somehow lose all references to IAccessible objects in this applet once the button is pressed.
    • Avoiding access to any objects in the applet should hopefully prevent the freeze.
    • Unfortunately, i have no idea how to do this, particularly if we want to cover all cases: user pressing space, enter, activating with the navigator, mouse, etc. How do we know when the button has been pressed?
@nvaccessAuto
Copy link
Author

Comment 1 by aleksey_s on 2008-03-26 13:10
also this happens in windows xp "send error report" dialog. for me, this bug is great important.

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2008-05-19 23:59
We still don't have a solution to this problem. However, after the merge of the eventRestructure branch, things seem to have improved slightly. There is now at least a work around for the freeze in Windows XP Add or Remove Programs. When a button is activated and NVDA freezes, press alt+tab four times. Note that alt should be released after each press.

@nvaccessAuto
Copy link
Author

Comment 3 by jteh on 2008-05-30 00:45
This is definitely a critical issue, but we don't know of a fix and we probably won't find one before 0.6. There is a work around as described above.
Changes:
Milestone changed from 0.6 to None

@nvaccessAuto
Copy link
Author

Comment 4 by jteh on 2008-08-04 02:21
Fix implemented in r2324.
Changes:
State: closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant