-
-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nvda can not track caret in eclipse code editor #256
Comments
Comment 1 by jteh on 2008-12-18 11:53 |
Comment 2 by mjs on 2010-05-08 21:15 I have just tested with the latest nightly NVDA (Thu May 6), and latest nightly Eclipse (N20100507-2000), and the java code editor now works ... but here’s the sticky bit ... you need to restart NVDA once the java code editor has focus. When the editor window is first opened, NVDA is unable to track the curser, however after a restart of NVDA, curser tracking works as expected, as long as you don’t alt-tab out of that window. This is an awesome step in the right direction, and hopefully not too much hacking is required to get this to work consistently. |
Comment 3 by jteh on 2010-05-08 23:00 For the record, Eclipse 3.6pre now implements IAccessible2, but we're still experiencing some hiccups in the implementation. Damn. Are you certain that the new nightly didn't fix the alt+tab problem? I understand why you'd have to restart at least once, but the last changes should have eliminated the brokenness on alt+tab. If they didn't, I'll need to debug it some more. |
Comment 5 by mjs on 2010-05-08 23:15 |
Comment 6 by jteh on 2010-05-08 23:42 Mick, it's possible that we could get Eclipse to call !CoInitialize earlier, which would avoid the need for #641. However, if it's likely to happen again in future, we may as well try to fix it properly on our side. Thoughts? |
Comment 7 by jteh on 2010-05-10 22:15 |
Comment 8 by jteh on 2010-05-18 02:36 |
Reported by aleksey_s on 2008-12-18 11:38
i tried nvda with eclipse IDE. in code editor nvda does not respond on arrow keys as well as selection changes. with review cursor i can wiev editor content.
Blocked by #641
The text was updated successfully, but these errors were encountered: