WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 33918
29124
AccessibleBase::accSelect is not implemented at all
https://bugs.webkit.org/show_bug.cgi?id=29124
Summary
AccessibleBase::accSelect is not implemented at all
Matt Campbell
Reported
2009-09-10 08:25:21 PDT
Overview: The accSelect method of the MSAA IAccessible interface is used by assistive technologies to manage both the focus and (where applicable) the selection. The use of this method to manage the focus is especially important for screen readers which usually implement an alternative user interface for navigating a web page, often called a virtual buffer. Specifically, the screen reader must be able to programmatically set the focus to elements in the web page as the user navigates. Steps to reproduce (e.g. in a test program): 1. Get an IAccessible object from WebKit using AccessibleObjectFromWindow. 2. Call the accSelect method with SELFLAG_TAKEFOCUS as the first argument. (SELFLAG_TAKEFOCUS is a constant in oleacc.h) Actual result: The method returns the E_NOTIMPL COM error. Expected result: This method should at least handle the SELFLAG_TAKEFOCUS flag. Reproduced with
r48199
on Windows XP.
Attachments
Initial patch; only implements SELFLAG_TAKEFOCUS
(1.31 KB, patch)
2009-09-10 14:16 PDT
,
Matt Campbell
jhoneycutt
: review-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Matt Campbell
Comment 1
2009-09-10 08:26:21 PDT
I'm working on a solution now.
Matt Campbell
Comment 2
2009-09-10 14:16:11 PDT
Created
attachment 39378
[details]
Initial patch; only implements SELFLAG_TAKEFOCUS This patch has no test case; I'll submit that later.
Jon Honeycutt
Comment 3
2009-09-10 14:45:22 PDT
Comment on
attachment 39378
[details]
Initial patch; only implements SELFLAG_TAKEFOCUS Looks good to me, but r- for the missing test as we discussed. Thanks for the patch, Matt!
Jon Honeycutt
Comment 4
2011-03-31 16:27:50 PDT
Forward duping to 33918, since that bug is fixed. *** This bug has been marked as a duplicate of
bug 33918
***
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