WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
191746
AX: Nothing announced by Voiceover when following links targeting text inputs or textareas
https://bugs.webkit.org/show_bug.cgi?id=191746
Summary
AX: Nothing announced by Voiceover when following links targeting text inputs...
Oliver Byford
Reported
2018-11-16 06:15:09 PST
Created
attachment 355051
[details]
Reduced test case Given the following markup: <a href="#textinput">Link to input type="text"</a><br> <a href="#textarea">Link to textarea</a> <br><br> <label for="textinput">Label for text input</label><br> <span id="textinput-description">Description for text input</span><br> <input id="textinput" type="text" aria-describedby="textinput-description" value="Foo"> <br><br> <label for="textarea">Label for textarea</label><br> <span id="textarea-description">Description for textarea</span><br> <textarea id="textarea" name="textarea" rows="10" cols="50" aria-describedby="textarea-description">Bar</textarea> Focus the link to each input type and activate it by double-tapping. For the link to input type="text": Expected behaviour: Voiceover should announce the same context that it announces when focusing the field by swiping through the document, including the label, field type, current value, and any description: "Label for text input, text field, foo. Description for text input. Double-tap to edit" Actual behaviour: The VO cursor moves to the target input, but nothing is announced. For the link to textarea: Voiceover should announce the same context that it announces when focusing the field by swiping through the document, including the label, field type, current value, and any description: "Label for textarea, multi-line text field, bar. Description for textarea. Double-tap to edit" Actual behaviour: The VO cursor moves to the target input, but nothing is announced. Tested in iOS 12.1 (16B92) on an iPhone X (A1901)
Attachments
Reduced test case
(737 bytes, text/html)
2018-11-16 06:15 PST
,
Oliver Byford
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2018-11-16 06:15:39 PST
<
rdar://problem/46125630
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug