Opened 15 months ago
Closed 14 months ago
#2225 closed defect (fixed)
The Continue Button in NVDA installer should be default
| Reported by: | hkatic | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2012.2 |
| Component: | Installer | Version: | development |
| Keywords: | Cc: | ||
| Operating system: | Windows 8 | Blocked by: | |
| Blocking: |
Description
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.
Change History (4)
comment:1 Changed 15 months ago by jteh
- Milestone set to 2012.2
- Type changed from task to defect
comment:2 Changed 14 months ago by jteh
I finally managed to figure out that we need to call .SetDefault() on the button; AffirmativeId isn't enough.
comment:3 Changed 14 months ago by jteh
@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. :)
comment:4 Changed 14 months ago by jteh
- Resolution set to fixed
- Status changed from new to closed


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.