[Webkit-unassigned] [Bug 23579] New: JS objects returned by AccessibilityController are not cached, breaks layout tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 27 16:27:46 PST 2009


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

           Summary: JS objects returned by AccessibilityController are not
                    cached, breaks layout tests
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: klinktech at gmail.com


The accessible objects returned for DOM objects on the page are not cached; so,
if you try to use JavaScript to get the accessible object for the same element
on a page twice, it will return different values each time. This makes a
comparison of the objects fail, both on Mac and Windows.

Attached example layout test fails as:

FAIL accessibleForID('body').parentElement() should be [object
AccessibilityUIElement]. Was [object AccessibilityUIElement].
FAIL accessibleForID('parent').parentElement() should be [object
AccessibilityUIElement]. Was [object AccessibilityUIElement].
FAIL accessibleForID('child').parentElement() should be [object
AccessibilityUIElement]. Was [object AccessibilityUIElement].

JS objects returned by AccessibilityController are not cached


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



More information about the webkit-unassigned mailing list