nvaccess / nvda

NVDA, the free and open source Screen Reader for Microsoft Windows
Other
2.08k stars 627 forks source link

Powerpoint 2013: When tabbing through parts of a slide, NVDA does not announce the content of the slide; instead it says text box #3578

Closed nvaccessAuto closed 8 years ago

nvaccessAuto commented 10 years ago

Reported by nvdakor on 2013-10-12 21:01 Hi, When using Powerpoint 2013, you cannot find out the contents of slides when tabbing through parts of the slide. For example, on a title slide, when you tab through slide parts, NVDA should announce the title and the subtitle. In pervious versions of Powerpoint, NVDA does announce them (such as in Powerpoint 2010); however, in Powerpoint 2013, NvDA says text boxes instead of speaking the content of this box.

STR:

  1. Open Powerpoint 2013. If you're prompted to create a new presentation, select that option.
  2. Once you're in slide list, press TAB to move to the first field, which should be title. Enter some text into this field.
  3. Press TAB to move to the subtitle content, then tupe something else.
  4. Press ESC to exit to slides list. Then press TAB to go through parts of the slide. Expected: NVDA announces the content of the slide such as titles. Actual: NVDA says text box.

Nav object info (at the title text box)

System specs:

Thanks.

nvaccessAuto commented 10 years ago

Comment 1 by mdcurran on 2013-10-17 06:05 Yet again, Microsoft has now tried to provide an accessibility implementation for PowerPoint using UI Automation. But as usual its far from complete, yet at the same time cripples any existing support/hacks by other ATs. A quick fix is to add mdiClass to badUIAWindowClasses so that we ignore any UI Automation from Powerpoint, and also check for mdiClass where ever we check for paneClassDC in the powerPoint appModule. this then seems to make NVDA function quite well in PowerPoint 2013. However, adding mdiClass to badUIAWindowClasses is not good as mdiClass is a generic container window. We must at very least limit this to the PowerPoint appModule some how.

nvaccessAuto commented 10 years ago

Comment 2 by Michael Curran <mick@... on 2013-10-18 01:47 In [dac5f6e8ec5b18b82db274fcb545dc468769c1d5]:

Merge branch 't3578' into next. Incubates #3578

Changes: Added labels: incubating

nvaccessAuto commented 10 years ago

Comment 3 by nvdakor on 2013-10-23 00:46 Hi, Thanks for the fix. A related problem exists in regards to reading slide contents during slide show (see ticket #3602). Thanks.

nvaccessAuto commented 10 years ago

Comment 4 by Michael Curran <mick@... on 2013-11-05 01:31 In [6d5f26507ca61f60ae3feaf0fa46e6e08bf00278]:

Merge branch 't3578' into next. Incubates #3578
nvaccessAuto commented 10 years ago

Comment 5 by Michael Curran <mick@... on 2013-11-26 06:08 In [ef847599b67dffe37486598674c7af6343ccfd3d]:

Merge branch 't3578'. Fixes #3578

Changes: Removed labels: incubating State: closed

nvaccessAuto commented 10 years ago

Comment 6 by mdcurran on 2013-11-26 06:09 Changes: Milestone changed from None to 2014.1