GNOME Bugzilla – Bug 460709
text field changes not spoken
Last modified: 2007-08-07 18:46:51 UTC
The new text field contents are not spoken when the measurement system change in the Converter demo. Orca should receive an event indicating the text field contents have changed, and then speak the changed value. Use the following link to launch the tutorial demo. http://java.sun.com/docs/books/tutorialJWS/uiswing/components/ex6/Converter.jnlp The tutorial demo source code is here: http://java.sun.com/docs/books/tutorial/uiswing/examples/zipfiles/components-ConverterProject.zip
It's possible that the text-changed event is received and the change is actually spoken, but the speech is stopped when the new combo box value is spoken.
The underlying problem is the text attribute in the text events is null. *** This bug has been marked as a duplicate of 350742 ***