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 Continue Button in NVDA installer should be default #2225

Closed
nvaccessAuto opened this issue Apr 6, 2012 · 4 comments
Closed

The Continue Button in NVDA installer should be default #2225

nvaccessAuto opened this issue Apr 6, 2012 · 4 comments

Comments

@nvaccessAuto
Copy link

Reported by hkatic on 2012-04-06 07:14
The Continue Button in the NVDA installer has no SetDefault property. This means that, for example, when I'm on an Edit Box to enter a path for extracting portable archive, when I press Enter it puts me focus on a Browse Button instead of Continue Button.

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2012-04-06 07:20
I actually don't quite follow why this is the case. It has an id of ID_OK, so as far as I remember, it should automatically be the affirmative button. I'll look into it more later.
Changes:
Milestone changed from None to 2012.2

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2012-04-13 15:17
I finally managed to figure out that we need to call .!SetDefault() on the button; !AffirmativeId isn't enough.

@nvaccessAuto
Copy link
Author

Comment 3 by jteh on 2012-04-13 15:20
@hkatic: I just realised that this was precisely what you were saying in the first place, but misunderstood that this is just a method on the button. :)

@nvaccessAuto
Copy link
Author

Comment 4 by jteh on 2012-04-16 00:50
Fixed in e312d74.
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