[Webkit-unassigned] [Bug 129266] New: AX: findMatchingObjects backwards start position inconsistent with forwards start position when startObject == nullptr.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 24 12:43:32 PST 2014


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

           Summary: AX: findMatchingObjects backwards start position
                    inconsistent with forwards start position when
                    startObject == nullptr.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.9
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: samuel_white at apple.com
                CC: webkit-bug-importer at group.apple.com


If a search is done in the forward direction and no start object is specified, the very first child of the container is the first result candidate. However, if search is done in the reverse direction and no start object is specified, the container isn't even considered (basically negating the search). In this case we should start the search from the very last element in the container so the very last child of the container is the first result candidate.

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