nvda
Support Outlook 2016 signature editor
#7254
Merged

Commits
  • MS Office 2016 now has a native UI Automation implementation for _WwN controls (Outlook signature editor, spell check field etc), so use this if available. However, move previous _WwN support specifically to IAccessible, as when it is at the Window level it would conflict with UI Automation.
    michaelDCurran committed 8 years ago
  • Abstract rules for when navigable text should be presented in speech and braille into a _isNavigableText property on NVDAObjects. This property is currently private as the name could change.
    michaelDCurran committed 8 years ago
  • Fix regression introduced by #7253 that was causing double speech as NVDAObjectTextInfos were being classed as navigable. NVDAObjecTextInfo is now never classed as navigable text, and speech also correctly again checks to make sure the reason is not focusEntered.
    michaelDCurran committed 8 years ago
  • Merge branch 'master' into i7253
    michaelDCurran committed 8 years ago
  • speech.speakObject: ensure we only drop reporting of text content for objects in treeInterceptors if they are actually the root of the treeInterceptor. Also break up the logic into commented lines.
    michaelDCurran committed 8 years ago
Loading