Ticket #151 (closed defect: fixed)
Some menu items which display icons are inaccessible with NVDA
| Reported by: | nithal | Owned by: | nithal |
|---|---|---|---|
| Priority: | major | Milestone: | 2010.2 |
| Component: | Core | Version: | development |
| Keywords: | Cc: | ||
| Operating system: | Blocked by: | #40, #643 | |
| Blocking: |
Description (last modified by jteh) (diff)
now i'll try to make the stips which i've used to found the proplem ... 1- choose any txt file or doc file. 2- bress the app key or the right click . 3- go down with airo keys ...4- when the screenreader says "open with" use the right caero then move up and down . you'll not here the names of the items accipt one item that's in the end of the list which called : "choose the program..." or something like this.
many of the screenreaders on the world has this proplem but this proplem isn't found with jaws or hal
Change History
comment:1 Changed 4 years ago by jteh
- Description modified (diff)
- Component changed from Speech to Core
- Blocked by 40 added
- Summary changed from when i'll try to use the menu with right click or app key i sometimes found items that the program don't read them . and i always found this proplem in the menu "open with" while i am trying to open txt file with another program such as winword... to Some menu items which display icons are inaccessible with NVDA
- Version set to trunk
- Milestone 0.6p2 deleted
- Keywords many of the screenreaders on the world has this proplem but this proplem isn't found with jaws or hal removed
comment:2 Changed 2 years ago by jteh
MSDN article that might be useful for application developers wishing to fix this issue in their applications: Exposing Owner-Drawn Menu Items
comment:3 Changed 21 months ago by mdcurran
- Blocked by 643 added; 40 removed
All should be solved by using displayModel.
comment:4 Changed 21 months ago by jteh
- Status changed from new to closed
- Resolution set to fixed
Implemented via display hooking merged in changeset:main,3508.


This issue occurs because some menu items which display an icon don't seem to expose their name to MSAA. As far as we are aware, the only way to work around this is to obtain the name using display information. (We believe this is how other commercial screen readers solve this problem.) This requires display hooks. Although we have a very early implementation of display hooks, it is not yet ready for inclusion in NVDA. See #40 for details.
Note that the "Open With" menu in Vista does not seem to suffer from this issue.