Bug 149177 - AX: No VO typing feedback in some text fields
Summary: AX: No VO typing feedback in some text fields
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: Safari 9
Hardware: All All
: P2 Normal
Assignee: chris fleizach
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-09-15 12:05 PDT by James Craig
Modified: 2015-09-17 09:52 PDT (History)
10 users (show)

See Also:


Attachments
test case (2.24 KB, text/html)
2015-09-15 12:05 PDT, James Craig
no flags Details
patch (3.65 KB, patch)
2015-09-15 16:44 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (3.66 KB, patch)
2015-09-15 16:46 PDT, chris fleizach
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Craig 2015-09-15 12:05:31 PDT
Created attachment 261221 [details]
test case

1. Load attached test case on iOS. 
2. Focus the field with VO and use split-tap typing.
3. Instead of character echo for each insertion, VO bonks.

Starting with WebKit since the seems limited to this context.
Comment 1 Radar WebKit Bug Importer 2015-09-15 12:06:14 PDT
<rdar://problem/22706121>
Comment 2 chris fleizach 2015-09-15 12:12:30 PDT
accessibilityValue is an empty string
Comment 3 chris fleizach 2015-09-15 16:44:17 PDT
Created attachment 261261 [details]
patch
Comment 4 chris fleizach 2015-09-15 16:46:31 PDT
Created attachment 261264 [details]
patch
Comment 5 WebKit Commit Bot 2015-09-16 08:03:01 PDT
Comment on attachment 261264 [details]
patch

Clearing flags on attachment: 261264

Committed r189862: <http://trac.webkit.org/changeset/189862>
Comment 6 WebKit Commit Bot 2015-09-16 08:03:06 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Alexey Proskuryakov 2015-09-16 22:51:59 PDT
accessibility/ax-value-with-search.html fails on Windows:

-PASS search.stringValue is 'AXValue: hello'
-PASS search.stringValue is 'AXValue: test'
+FAIL search.stringValue should be AXValue: hello. Threw exception TypeError: undefined is not an object (evaluating 'search.stringValue')
+FAIL search.stringValue should be AXValue: test. Threw exception TypeError: undefined is not an object (evaluating 'search.stringValue')
 PASS successfullyParsed is true
Comment 8 chris fleizach 2015-09-16 23:38:15 PDT
(In reply to comment #7)
> accessibility/ax-value-with-search.html fails on Windows:
> 
> -PASS search.stringValue is 'AXValue: hello'
> -PASS search.stringValue is 'AXValue: test'
> +FAIL search.stringValue should be AXValue: hello. Threw exception
> TypeError: undefined is not an object (evaluating 'search.stringValue')
> +FAIL search.stringValue should be AXValue: test. Threw exception TypeError:
> undefined is not an object (evaluating 'search.stringValue')
>  PASS successfullyParsed is true

Looks like another test we need to skip on Win. stringValue is likely not implemented
Comment 9 Alex Christensen 2015-09-17 09:52:13 PDT
(In reply to comment #8)
> (In reply to comment #7)
> > accessibility/ax-value-with-search.html fails on Windows:
> > 
> > -PASS search.stringValue is 'AXValue: hello'
> > -PASS search.stringValue is 'AXValue: test'
> > +FAIL search.stringValue should be AXValue: hello. Threw exception
> > TypeError: undefined is not an object (evaluating 'search.stringValue')
> > +FAIL search.stringValue should be AXValue: test. Threw exception TypeError:
> > undefined is not an object (evaluating 'search.stringValue')
> >  PASS successfullyParsed is true
> 
> Looks like another test we need to skip on Win. stringValue is likely not
> implemented

Skipped the test in r189915