[Webkit-unassigned] [Bug 162076] New: AX: empty anchor tag with href does not navigate in voiceover

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 16 11:15:24 PDT 2016


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

            Bug ID: 162076
           Summary: AX: empty anchor tag with href does not navigate in
                    voiceover
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: All
                OS: All
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jeanne.waldman at oracle.com
                CC: webkit-bug-importer at group.apple.com

I'm on an iphone with ios9.3

We use anchor tags and styleclass to show an icon and if you click or tap on it it will navigate to an url specified in the href attribute. 
There is no text inside of the <a> tag.

In voiceover mode on ios it doesn't navigate. I double tapped on it and it does nothing. It works on android.

Here's a page showing the issue. Double tap on the ? anchor. It should go to www.oracle.com. It doesn't go anywhere.

http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=label&demo=modifiers

<a tabindex="0" target="_blank"
class="oj-label-help-icon-anchor oj-label-help-icon oj-component-icon oj-clickable-icon-nocontext"
href="http://www.oracle.com" aria-label="your custom help definition here"></a>

style:
.oj-label-help-icon:before {

    content: "\e60b";

}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160916/59b05481/attachment.html>


More information about the webkit-unassigned mailing list