[Webkit-unassigned] [Bug 141113] New: AX: VoiceOver/Safari consistently hangs following skip link w/extra JavaScript

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 31 02:11:58 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=141113

            Bug ID: 141113
           Summary: AX: VoiceOver/Safari consistently hangs following skip
                    link w/extra JavaScript
    Classification: Unclassified
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Hardware: iOS
                OS: iOS 8.1
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: redux at splintered.co.uk
                CC: webkit-bug-importer at group.apple.com

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();
    }
  });

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150131/9be95c8c/attachment-0002.html>


More information about the webkit-unassigned mailing list