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 530783 - Orca speaks an image map link's shape as part of the whereAmI info in FF3
Orca speaks an image map link's shape as part of the whereAmI info in FF3
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: speech
2.23.x
Other All
: Normal minor
: 2.24.0
Assigned To: Joanmarie Diggs (IRC: joanie)
Orca Maintainers
Depends on:
Blocks: 404403
 
 
Reported: 2008-04-30 19:31 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2009-03-10 00:05 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
revision 1 (1.48 KB, patch)
2008-06-23 22:38 UTC, Joanmarie Diggs (IRC: joanie)
committed Details | Review

Description Joanmarie Diggs (IRC: joanie) 2008-04-30 19:31:56 UTC
Steps to reproduce:

1. Find a web page with an image map.
2. Move focus to a link within that image map.
3. Perform a whereAmI.

Expected results: We say the shape (e.g. "rect") as part of the whereAmI info.

Actual results: We should provide better information, such as the fact that this is an image map link.

It seems that:

1. The shape of an image map link is exposed through the object's accessible
description.  We made the decision to tack on all descriptions at the end of the whereAmI info.

2. The shape can be "rect", "poly", or "circle".  I tried using a version of
Firefox localized for Spanish and these strings were not localized.
Comment 1 Joanmarie Diggs (IRC: joanie) 2008-06-23 22:38:08 UTC
Created attachment 113302 [details] [review]
revision 1

First pass at this.

A few samples I found:
http://www.w3schools.com/tags/tag_map.asp
http://www.bbc.co.uk/radio4/
http://en.wikipedia.org/wiki/Image_map

Please test.  Thanks!
Comment 2 Mike Pedersen 2008-06-24 18:05:09 UTC
This seems to work.
Comment 3 Joanmarie Diggs (IRC: joanie) 2008-06-25 22:33:48 UTC
Thanks Mike!  Pylinted, regression tested, committed.  Moving to pending.