[Webkit-unassigned] [Bug 136247] New: AX: Heuristic: Avoid exposing an element as clickable if mouse event delegation is handled on an AXElement with more than one descendant AXElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 26 01:20:18 PDT 2014


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

           Summary: AX: Heuristic: Avoid exposing an element as clickable
                    if mouse event delegation is handled on an AXElement
                    with more than one descendant AXElement
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jcraig at apple.com
                CC: webkit-bug-importer at group.apple.com


Add-on from Bug 133613.

Chris also added: "We could not expose 'clickable' on an object if there is a more than say two objects with the same event handler."

There will be cases matching that heuristic that we can't disambiguate, but I think this will result in better behavior overall, so let's try it. I wrote it up as "more than one descendant AXElement" as opposed to "DOM Element" b/c if the other DOM elements aren't turned into accessibles, they won't matter.…

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list