Community
Participate
Working Groups
In ProgressAnimationItem.initButton, it does: toolbar.getAccessible().addAccessibleListener(new AccessibleAdapter() { public void getName(AccessibleEvent e) { e.result = tt; } }); initButton can be called many times over the life of the item, though, so a new listener gets added each time. One possible fix is to add the listener when the toolbar is created, and use toolbar.get/setData() to carry the name.
Sounds like dup of Bug#315620, but the patch doesn't contain the fix for this one.
(In reply to comment #1) > Sounds like dup of Bug#315620, Agreed. > but the patch doesn't contain the fix for this one. The patch fixed things at a higher level. Nick, can you please try 3.6.1 or newer?
(In reply to comment #2) > (In reply to comment #1) > > Sounds like dup of Bug#315620, > Agreed. > > > but the patch doesn't contain the fix for this one. > The patch fixed things at a higher level. > > Nick, can you please try 3.6.1 or newer? Nick, I'm closing this bug. Please try it on 3.6.1 and if its reproducible, reopen the original bug (Bug# 315620) and add your comments. *** This bug has been marked as a duplicate of bug 315620 ***