After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 460709 - text field changes not spoken
text field changes not spoken
Status: RESOLVED DUPLICATE of bug 350742
Product: orca
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Lynn Monsanto
Orca Maintainers
Depends on:
Blocks: orca-java
 
 
Reported: 2007-07-26 19:20 UTC by Lynn Monsanto
Modified: 2007-08-07 18:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Lynn Monsanto 2007-07-26 19:20:02 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
Comment 1 Lynn Monsanto 2007-07-26 19:22:14 UTC
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.
Comment 2 Lynn Monsanto 2007-08-07 18:46:51 UTC
The underlying problem is the text attribute in the text events is null.

*** This bug has been marked as a duplicate of 350742 ***