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 461027 - JProgressBar changes not spoken/brailled
JProgressBar changes not spoken/brailled
Status: RESOLVED NOTABUG
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-27 18:23 UTC by Lynn Monsanto
Modified: 2007-07-31 15:27 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
ProgressBarDemo (4.00 KB, text/plain)
2007-07-27 18:24 UTC, Lynn Monsanto
Details

Description Lynn Monsanto 2007-07-27 18:23:32 UTC
Changes to the value of a JProgressBar are not spoken or brailled. The test code is the ProgressBarDemo from:

http://java.sun.com/docs/books/tutorial/uiswing/examples/components/index.html
Comment 1 Lynn Monsanto 2007-07-27 18:24:26 UTC
Created attachment 92563 [details]
ProgressBarDemo

ProgressBarDemo source code
Comment 2 Lynn Monsanto 2007-07-31 15:27:55 UTC
The JProgressBar updates were not spoken because settings.enableProgressBarUpdates was False (by default). Orca speaks the updates correctly when enableProgressBarUpdates is True.

Closing as NOTABUG.