GNOME Bugzilla – Bug 460704
AWT Frame title not spoken when window is activated
Last modified: 2007-07-31 15:23:23 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
Created attachment 92488 [details] the test application
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.