Reported by mdcurran on 2015-01-22 01:05
Some tree interceptors can support document review as they have a makeTextInfo method, though some don't. BrowseMode is not enough as a browse mode implementations such as for Excel #1987 will not have document review. CursorManager is also not enough as documPoundDocuments don't use cursorManager. Therefore we need a new DocumentTreeInterceptor class. This should have a default implementation of makeTextInfo and a TextInfo property that raises NotImplementedError
Blocking #1987
Reported by mdcurran on 2015-01-22 01:05
Some tree interceptors can support document review as they have a makeTextInfo method, though some don't. BrowseMode is not enough as a browse mode implementations such as for Excel #1987 will not have document review. CursorManager is also not enough as documPoundDocuments don't use cursorManager. Therefore we need a new DocumentTreeInterceptor class. This should have a default implementation of makeTextInfo and a TextInfo property that raises NotImplementedError
Blocking #1987