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

The progress bar for installing NVDA doesn't have a sound in the last few "next" snapshots #4714

Closed
nvaccessAuto opened this issue Dec 19, 2014 · 2 comments

Comments

@nvaccessAuto
Copy link

Reported by k_kolev1985 on 2014-12-19 15:42
From a couple of weeks ago, when updating NVDA with a "next" snapshot, when the installation itself is performed, NVDA no longer beeps for the progress bar, as it used to do it previously. I know that that specific progress bar doesn't indicate the exact progress but only indicates that an operation is in progress, but still is a good thing to have and it was working for the NVDA installer previously. I think this is related to some updates to the Python GUI components used for NVDA.

Steps to reproduce it:

  1. Use an installed copy of NVDA, a "next" snapshot.
  2. Check for updates.
  3. When an update is available, perform the update operation.

Expected results:
NVDA should report the progress bar for the installation progress, even though it doesn't indicate percentage progress, but only that the installation procedure is in progress.

Actual results:
NVDA doesn't report with beeps that the installation is in progress.

Test environment:

  • Operating system: Windows 8.1 Pro N, 64-bit, in Bulgarian with all locale settings set to "Bulgarian".
  • NVDA version: next-11395,d1f2656.
    Blocking Upgrade to wxPython 3.0.0.0 #3763
@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2014-12-19 15:57
Technical: Another regression introduced by the update to wxPython 3, though I'm pretty sure this one is actually a bug in wxPython. wx.ProgressDialog.IsActive seems to return False even when it's in the foreground, which is incorrect.

@nvaccessAuto
Copy link
Author

Comment 2 by James Teh <jamie@... on 2014-12-23 07:58
In [3ef43a8]:

Merge branch 't3763' into next: Fix progress indication in NVDA's indeterminate progress dialogs.

Incubates #3763. Fixes #4714.

Changes:
State: closed

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

No branches or pull requests

1 participant