Skip to content
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

Braille display not updated properly in the text input field of Java AWT/Swing applications #3107

Closed
nvaccessAuto opened this issue Mar 25, 2013 · 1 comment
Labels
Milestone

Comments

@nvaccessAuto
Copy link

Reported by obert01 on 2013-03-25 15:33
You may reproduce this by running the sample Swing application available at:
http://docs.oracle.com/javase/tutorial/uiswing/components/textarea.html

When entering text on the PC keyboard or moving the carret around the text in an input field, the braille display is not updated.

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2013-03-26 01:58
This is because we neglected to add code to fire caret events for Java Access Bridge. Fixed in 406b11b.
Changes:
Milestone changed from None to 2013.1
State: closed

@nvaccessAuto nvaccessAuto added this to the 2013.1 milestone Nov 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant