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.
<rdar://problem/22706121>
accessibilityValue is an empty string
Created attachment 261261 [details] patch
Created attachment 261264 [details] patch
Comment on attachment 261264 [details] patch Clearing flags on attachment: 261264 Committed r189862: <http://trac.webkit.org/changeset/189862>
All reviewed patches have been landed. Closing bug.
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
(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
(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