Ticket #20 (closed defect: fixed)
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
Change History
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
-
attachment
winword-debug.patch
added
patch to winword.py to get more debug messages on WordDocument? class


log with extra info - bug #20