Commit d5a3383
committed
_UIAHandler.UIAHandler.isUIAWindow: normalize the window class name before checking for it in badUIAWindowClassList. Also add all the possible RichEdit window classes to badUIAWindowClassList so that UIA is no longer used for them. Windows 8 introduces UIA support for RichEdit which is wonderful, but for now causes some problems in NVDA -- more our fault than Microsofts. For now we disable support and fall back to our older win32 RichEdit window message code. this will also allow the poedit appModule to work on Windows 8. It also stops double selection announcement in RichEdit documents in Windows 8
1 parent 587abfc commit d5a3383
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
202 | 205 | | |
203 | 206 | | |
204 | 207 | | |
| 208 | + | |
205 | 209 | | |
206 | 210 | | |
207 | | - | |
| 211 | + | |
208 | 212 | | |
209 | 213 | | |
210 | 214 | | |
| |||
0 commit comments