GNOME Bugzilla – Bug 435908
Orca does not speak Sun Download Manager download status when it changes
Last modified: 2010-09-14 11:31:29 UTC
I started a download using the Sun Download Manager. The download failed with a "Download failed: maximum retries exceeded" message in the status column of the download table. Orca did not speak the status when it changed, so the user got no notification that the download failed.
When the download table cell contents change, a active-descendant event is fired, but event.any_data is null so it's not possible to determine the cell that changed directly. I haven't determined whether this is a problem with all Swing tables, or just the Sun Download Manager table.
This seems like an application-specific problem - can you please verify and open a bug against Sun Download Manager if appropriate?
I verified that the new-value in the Java active-descendant PropertyChangeEvent is null for these events. The new-value should contain the AccessibleContext of the table cell whose contents changed. I submitted a bug against the Sun Download Manger. The bug id is 6561254.
Removing target milestone from [blocked] bugs. We have little control over them, so we're better off letting priority and severity be our guide for poking the related components.
Ke, mind taking a look when you have a chance? Thanks!
I'm obsoleting this: We have a new implementation of Java access, Sun no longer exists, and even were those things not true, this isn't even our bug.