Ticket #20 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

MSWord support is broken

Reported by: ragb Owned by: ragb
Priority: major Milestone:
Component: Core Version: development
Keywords: MSWord winword Cc:
Operating system: Blocked by:
Blocking:

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 Download (197.3 KB) - added by ragb 4 years ago.
log with extra info - bug #20
winword-debug.patch Download (1.3 KB) - added by ragb 4 years ago.
patch to winword.py to get more debug messages on WordDocument? class

Change History

Changed 4 years ago by ragb

log with extra info - bug #20

comment:1 Changed 4 years 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 4 years ago by ragb

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

comment:2 Changed 4 years ago by ragb

  • Status changed from new to closed
  • Resolution set to fixed

Solved on R1635

Note: See TracTickets for help on using tickets.