Bug 25574 - AXImageMap children links don't respond properly to accessibilityHitTest:
Summary: AXImageMap children links don't respond properly to accessibilityHitTest:
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-05 12:18 PDT by chris fleizach
Modified: 2009-05-05 16:04 PDT (History)
0 users

See Also:


Attachments
patch (23.77 KB, patch)
2009-05-05 15:42 PDT, chris fleizach
bdakin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2009-05-05 12:18:01 PDT
if you roll the arrow over a link inside of an image map, the AXWebArea is returned instead of the AXLink
Comment 1 chris fleizach 2009-05-05 15:42:30 PDT
Created attachment 30038 [details]
patch
Comment 2 Beth Dakin 2009-05-05 15:49:44 PDT
Comment on attachment 30038 [details]
patch

> +AccessibilityObject* AccessibilityRenderObject::doAccessibilityImageMapHitTest(HTMLAreaElement* area, const IntPoint& point) const

This is a nitpick, but I don't care for the use of the word "do" in the function name here. How about just imageMapHitTest() or accessibilityImageMapHitTest()?

r=me
Comment 3 chris fleizach 2009-05-05 15:50:20 PDT
do bothers me too, but was matching the other hit test method. will change
Comment 4 chris fleizach 2009-05-05 16:04:18 PDT
http://trac.webkit.org/changeset/43258