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 460704 - AWT Frame title not spoken when window is activated
AWT Frame title not spoken when window is activated
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-26 18:49 UTC by Lynn Monsanto
Modified: 2007-07-31 15:23 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
the test application (755 bytes, text/plain)
2007-07-26 18:51 UTC, Lynn Monsanto
Details

Description Lynn Monsanto 2007-07-26 18:49:39 UTC
The AWT Frame title is not spoke when the window is activated. The frame title should be spoken as part of the speech context.

The test application is the AccessApplet.java code sample from the Sun Developer Network.

http://java.sun.com/developer/technicalArticles/GUI/accessibility2/#code6
Comment 1 Lynn Monsanto 2007-07-26 18:51:16 UTC
Created attachment 92488 [details]
the test application
Comment 2 Lynn Monsanto 2007-07-31 15:23:23 UTC
This is not an Orca bug. If the AccessibleName was not explicitly set, the Java Accessibility API implementation in java.awt.Component.AccessibleAWTComponent does not return the window title as the AccessibleName. Orca speaks the window title correctly if the sample code is modified and the window AccessibleName is set to the window title.

Closing as NOTABUG.