revert to v9 patch - virtual tree broke VoiceOver text interaction
v13 virtual element tree (EmacsAccessibilityBuffer) broke: - typing echo (VoiceOver ignores notifications from virtual elements) - buffer reading (AXGroup role on EmacsView confused VoiceOver) - text navigation (dual text protocol = conflicting responses) Reverting to v9 which has confirmed working: - Zoom cursor tracking (UAZoomChangeFocus) - typing echo (rich ValueChanged on EmacsView) - buffer reading (accessibilityValue on AXTextArea) Window detection (the only v13 improvement) not worth the regression.
This commit is contained in: