[Webkit-unassigned] [Bug 129814] New: Regression: AX: Don't expose role or notifications for invalid menus

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 6 12:30:00 PST 2014


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

           Summary: Regression: AX: Don't expose role or notifications for
                    invalid menus
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: InRadar
          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


AX: Don't expose role or notifications for invalid menus

For example, on this page:
http://www.usmagazine.com/celebrity-news/news/andrew-garfield-refused-to-present-with-batkid-at-oscars-report-201463

Seems like this could be solved by having WebKit not fire the notification or example the menu role if the menu is invalid. It might be wise to not even expose it as an AXMenu if it's invalid. For example, this menu contains a link child (invalid) and no menu items (invalid).

<li class="" role="menu">
  <a class="dropdown-toggle" href="#" data-action="flag" data-role="flag" title="Flag as inappropriate">
    <i aria-hidden="true" class="icon icon-flag"></i>
  </a>
</li>

This appears to be fallout from bug 123133.

-- 
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