Bug 22461

Summary: AccessibilityListBox::doAccessibilityHitTest() signature does not match the base class
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cfleizach
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
patch so AX list box hit test overrides correctly bdakin: review+

Simon Fraser (smfr)
Reported 2008-11-24 12:20:59 PST
AccessibilityListBox has: AccessibilityListBox::doAccessibilityHitTest(const IntPoint&); base class has: AccessibilityRenderObject::doAccessibilityHitTest(const IntPoint&) const; note the different in 'const' which mean that the AccessibilityListBox will not override the base class method.
Attachments
patch so AX list box hit test overrides correctly (2.86 KB, patch)
2008-11-24 14:21 PST, chris fleizach
bdakin: review+
chris fleizach
Comment 1 2008-11-24 14:21:57 PST
Created attachment 25452 [details] patch so AX list box hit test overrides correctly
Beth Dakin
Comment 2 2008-11-24 14:26:35 PST
Comment on attachment 25452 [details] patch so AX list box hit test overrides correctly r=me
chris fleizach
Comment 3 2008-11-24 14:33:47 PST
Committed revision 38726.
Note You need to log in before you can comment on or make changes to this bug.