Bug 184465 - AX: Expose strong password fields on iOS
Summary: AX: Expose strong password fields on iOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-04-10 13:36 PDT by Nan Wang
Modified: 2018-04-10 19:08 PDT (History)
11 users (show)

See Also:


Attachments
patch (8.73 KB, patch)
2018-04-10 13:47 PDT, Nan Wang
no flags Details | Formatted Diff | Diff
patch (8.73 KB, patch)
2018-04-10 13:50 PDT, Nan Wang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nan Wang 2018-04-10 13:36:41 PDT
Expose strong password fields on iOS
Comment 1 Radar WebKit Bug Importer 2018-04-10 13:38:03 PDT
<rdar://problem/39325104>
Comment 2 Nan Wang 2018-04-10 13:47:03 PDT
Created attachment 337630 [details]
patch
Comment 3 Nan Wang 2018-04-10 13:50:24 PDT
Created attachment 337631 [details]
patch

fixed typo
Comment 4 chris fleizach 2018-04-10 16:27:58 PDT
Comment on attachment 337631 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=337631&action=review

> LayoutTests/accessibility/ios-simulator/strong-password-field.html:44
> +        shouldBe("axPw2.stringValue", "'AXValue: strong password'");

to confirm we are supposed to be able to see the value?
Comment 5 Nan Wang 2018-04-10 16:47:36 PDT
(In reply to chris fleizach from comment #4)
> Comment on attachment 337631 [details]
> patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=337631&action=review
> 
> > LayoutTests/accessibility/ios-simulator/strong-password-field.html:44
> > +        shouldBe("axPw2.stringValue", "'AXValue: strong password'");
> 
> to confirm we are supposed to be able to see the value?

The strong password field value is auto filled and visible to sighted users.
Comment 6 WebKit Commit Bot 2018-04-10 19:08:21 PDT
Comment on attachment 337631 [details]
patch

Clearing flags on attachment: 337631

Committed r230510: <https://trac.webkit.org/changeset/230510>
Comment 7 WebKit Commit Bot 2018-04-10 19:08:22 PDT
All reviewed patches have been landed.  Closing bug.