Bug 169801

Summary: AX: VoiceOver no longer works corectly with editable text in the web
Product: WebKit Reporter: Nan Wang <n_wang>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, cfleizach, commit-queue, dmazzoni, 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 cfleizach: review+

Description Nan Wang 2017-03-16 18:13:42 PDT
Cannot type in content using VoiceOver on mac when the input tag has placeholder.

<rdar://problem/30941566>
Comment 1 Nan Wang 2017-03-16 18:22:28 PDT
Created attachment 304733 [details]
patch
Comment 2 chris fleizach 2017-03-17 12:29:24 PDT
Comment on attachment 304733 [details]
patch

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

> Source/WebCore/ChangeLog:12
> +        And also only enter text controls when navigating by characters/indexes, so that both Mac and

Shouldn't start sentences with And.

"Also, we only enter text"
Comment 3 Nan Wang 2017-03-17 12:48:40 PDT
Committed r214112: <http://trac.webkit.org/changeset/214112>