Ticket #20 (closed defect: fixed)

Opened 12 months ago

Last modified 12 months ago

MSWord support is broken

Reported by: ragb Owned by: ragb
Priority: major Milestone:
Component: Core Version: trunk
Keywords: MSWord winword Cc:
Blocking: Blocked By:

Description

when trying to arrow up and down or performing a say-all on MSWordnvda gives an error. IN winword.py, class WordDocument?, getNativeObjectModele causes an OSError when calling AccessibleObjectFromWindow? because it returns E_FAIL. maby is it caused by changes in comtypes versions?

Attachments

nvda.log (197.3 KB) - added by ragb 12 months ago.
log with extra info - bug #20
winword-debug.patch (1.3 KB) - added by ragb 12 months ago.
patch to winword.py to get more debug messages on WordDocument? class

Change History

Changed 12 months ago by ragb

log with extra info - bug #20

Changed 12 months ago by ragb

putting extra debug info on WordDocument?.init and WordDocument?.getNativeObjectModel found that the nativeObjectModel is sometimes found and sometimes not.

ON the other side, testing with 0.5 latest source and comtypes 0.4 the problem percists. But with with 0.5 binary (r1162) compiled with comtypes 0.2 i think all work fine as expected, say-all and navegation

Changed 12 months ago by ragb

patch to winword.py to get more debug messages on WordDocument? class

Changed 12 months ago by ragb

  • status changed from new to closed
  • resolution set to fixed

Solved on R1635

Note: See TracTickets for help on using tickets.