WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
160179
AX: Expose autoFillButtonType to accessibility
https://bugs.webkit.org/show_bug.cgi?id=160179
Summary
AX: Expose autoFillButtonType to accessibility
Nan Wang
Reported
2016-07-25 17:11:14 PDT
We currently only have function to check if value auto-fill is available. We also need to expose the auto-fill button type so that screen reader can speak the correct hint. <
rdar://problem/27279453
>
Attachments
Patch
(6.97 KB, patch)
2016-07-25 17:14 PDT
,
Nan Wang
no flags
Details
Formatted Diff
Diff
Patch
(6.93 KB, patch)
2016-07-25 17:59 PDT
,
Nan Wang
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Nan Wang
Comment 1
2016-07-25 17:14:05 PDT
Created
attachment 284552
[details]
Patch
chris fleizach
Comment 2
2016-07-25 17:47:01 PDT
Comment on
attachment 284552
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=284552&action=review
> Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:3247 > + return @"autofillNone";
since the type is already "AXValueAutofillType" the values can probably just be "none", "credentials", "contacts"
Nan Wang
Comment 3
2016-07-25 17:59:58 PDT
Created
attachment 284556
[details]
Patch Review comments
WebKit Commit Bot
Comment 4
2016-07-25 22:28:39 PDT
Comment on
attachment 284556
[details]
Patch Clearing flags on attachment: 284556 Committed
r203711
: <
http://trac.webkit.org/changeset/203711
>
WebKit Commit Bot
Comment 5
2016-07-25 22:28:43 PDT
All reviewed patches have been landed. Closing bug.
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