WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
22461
AccessibilityListBox::doAccessibilityHitTest() signature does not match the base class
https://bugs.webkit.org/show_bug.cgi?id=22461
Summary
AccessibilityListBox::doAccessibilityHitTest() signature does not match the b...
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug