[Webkit-unassigned] [Bug 125996] New: [MAC] uiElementForSearchPredicate() not consistent between DRT and WKTR

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 19 10:04:24 PST 2013


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

           Summary: [MAC] uiElementForSearchPredicate() not consistent
                    between DRT and WKTR
           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: mario at webkit.org
                CC: webkit-bug-importer at group.apple.com


As commented in https://bugs.webkit.org/show_bug.cgi?id=125854#c15, there is an issue with the implementation of uiElementForSearchPredicate() for the Mac, since the result in layout tests is not consistent when executed in DRT and WKTR, when the search query fails (should return no results):

  - DRT: if the search fails it *now* returns NULL 
  - WKTR: if the search fails it returns a valid AccessibilityUIElement wrapping a NULL

I found this issue with platform/mac/accessibility/search-when-element-starts-in-table.html, so I'm skipping it for the mac platform

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