GNOME Bugzilla – Bug 675307
Orca presents the wrong information when focus is moved to the top bar's date label
Last modified: 2012-05-03 18:52:51 UTC
Created attachment 213306 [details] screenshot Steps to reproduce: 1. Launch Orca 2. Ctrl+Alt+Tab to the top bar 3. Tab to the data label Expected results: Orca would present the displayed text. Actual results: Orca presents datey text, but not the displayed text. If you look at the attached screenshot, you'll see the date displayed as "Wed 12:01". Beneath that in Accerciser, the label which claims focus is selected. This label doesn't have a name, but does have an accessible labelled by relation pointing to another label whose name is "Wednesday May 2, 2012." Orca presents "Wednesday May 2, 2012" as a result.
Created attachment 213398 [details] [review] Fix the bug Using the proper label. On the code two labels are created. One is used on the date menu itself, and the other as the menu icon at the top panel. I used the wrong one to label the menu icon.
Review of attachment 213398 [details] [review]: Having your patch description as the commit would be helpful, but sure.
(In reply to comment #2) > Review of attachment 213398 [details] [review]: > > Having your patch description as the commit would be helpful, but sure. Added a slightly edited description on the commit. Closing the bug. Thanks for the review.