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 675307 - Orca presents the wrong information when focus is moved to the top bar's date label
Orca presents the wrong information when focus is moved to the top bar's date...
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-05-02 16:17 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2012-05-03 18:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (54.94 KB, image/png)
2012-05-02 16:17 UTC, Joanmarie Diggs (IRC: joanie)
  Details
Fix the bug (822 bytes, patch)
2012-05-03 18:13 UTC, Alejandro Piñeiro Iglesias (IRC: infapi00)
committed Details | Review

Description Joanmarie Diggs (IRC: joanie) 2012-05-02 16:17:33 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.
Comment 1 Alejandro Piñeiro Iglesias (IRC: infapi00) 2012-05-03 18:13:04 UTC
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.
Comment 2 Jasper St. Pierre (not reading bugmail) 2012-05-03 18:15:45 UTC
Review of attachment 213398 [details] [review]:

Having your patch description as the commit would be helpful, but sure.
Comment 3 Alejandro Piñeiro Iglesias (IRC: infapi00) 2012-05-03 18:52:33 UTC
(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.