Bug 149177

Summary: AX: No VO typing feedback in some text fields
Product: WebKit Reporter: James Craig <jcraig>
Component: AccessibilityAssignee: chris fleizach <cfleizach>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, achristensen, apinheiro, cfleizach, commit-queue, dmazzoni, jdiggs, mario, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 9   
Hardware: All   
OS: All   
Attachments:
Description Flags
test case
none
patch
none
patch none

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