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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: