Bug 184465

Summary: AX: Expose strong password fields on iOS
Product: WebKit Reporter: Nan Wang <n_wang>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, cfleizach, commit-queue, dmazzoni, ews-watchlist, jcraig, jdiggs, n_wang, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch
none
patch none

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.