WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
136687
AX: VoiceOver in Safari on Mac OS misidentifies text fields as search fields
https://bugs.webkit.org/show_bug.cgi?id=136687
Summary
AX: VoiceOver in Safari on Mac OS misidentifies text fields as search fields
Kasper Munck
Reported
2014-09-09 16:49:48 PDT
When VoiceOver encounters an input field with a "search" keyword in one of the attributes, it believes the field in question is a search field. Steps to Reproduce: 1. Launch VoiceOver with CMD-F5 and open Safari. 2. Load the attached file. 3. Tab to the "First Name" field and listen to the feedback from VoiceOver. Expected Results: VoiceOver should say "first name text field". Actual Results: VoiceOver says "first name search text field".
Attachments
Sample html file illustrating the problem.
(614 bytes, text/html)
2014-09-09 16:50 PDT
,
Kasper Munck
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Kasper Munck
Comment 1
2014-09-09 16:50:38 PDT
Created
attachment 237872
[details]
Sample html file illustrating the problem.
WebKit Commit Bot
Comment 2
2014-09-09 16:51:37 PDT
Attachment 237872
[details]
did not pass style-queue: Total errors found: 0 in 0 files If any of these errors are false positives, please file a bug against check-webkit-style.
Darin Adler
Comment 3
2014-09-10 08:38:13 PDT
This problem is an intentional strategy. See the function AccessibilityNodeObject::isSearchField. So we won’t take the code out just because of this test case. VoceOver needs to treat fields as search fields when that’s appropriate, not just when the web engine is using its special search field styling and support. If we wanted to change the heuristic here about which fields are treated as search fields, we’d need some evidence that it would help on more websites than it would hurt on.
Radar WebKit Bug Importer
Comment 4
2014-09-11 15:29:37 PDT
<
rdar://problem/18312423
>
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