Bug 169801 - AX: VoiceOver no longer works corectly with editable text in the web
Summary: AX: VoiceOver no longer works corectly with editable text in the web
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: 2017-03-16 18:13 PDT by Nan Wang
Modified: 2017-03-17 12:48 PDT (History)
10 users (show)

See Also:


Attachments
patch (11.62 KB, patch)
2017-03-16 18:22 PDT, Nan Wang
cfleizach: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>