WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
141113
AX: VoiceOver/Safari consistently hangs following skip link w/extra JavaScript
https://bugs.webkit.org/show_bug.cgi?id=141113
Summary
AX: VoiceOver/Safari consistently hangs following skip link w/extra JavaScript
Patrick H. Lauke
Reported
2015-01-31 02:11:58 PST
1) open
http://www.paciellogroup.com
2) first link in the page is a hidden skip link, which appears on :focus - activate the link 3) Safari correctly jumps/focuses to the main content, reads the first heading...and then hangs. VoiceOver also appears mostly unresponsive until Safari is explicitly closed from the app-switcher The skip link, as implemented on the Paciello Group site, includes additional JavaScript (to overcome the problem of current Chrome and older WebKits that would not correctly move the actual keyboard focus/virtual cursor correctly when following skip links). /* skip link patch for chrome, mainly */ jQuery('#skippy').click(function() { var selector=jQuery(this).attr('href'); if(selector) { jQuery(selector).attr('tabindex','-1').focus(); } });
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-01-31 02:12:13 PST
<
rdar://problem/19674895
>
Brent Fulgham
Comment 2
2022-02-11 14:55:56 PST
The fix for this issue was needed outside the WebKit project, therefore this is being resolved as 'Moved'. That team was unable to reproduce the problem.
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