GNOME Bugzilla – Bug 461027
JProgressBar changes not spoken/brailled
Last modified: 2007-07-31 15:27:55 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
Created attachment 92563 [details] ProgressBarDemo ProgressBarDemo source code
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.