[Webkit-unassigned] [Bug 51932] New: GTK: AX: atk tests need to be updated after recent changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 5 10:21:11 PST 2011


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

           Summary: GTK: AX: atk tests need to be updated after recent
                    changes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cfleizach at apple.com


With the change to support WK2 accessibility, the root object of the AX hierarchy may be different from what GTK expects. 

Many of the atktests are failing because 

AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView));

is returning something different.

These tests (or some method) needs to be updated to reflect the new hierarchy

AXScrollView -> AXWebArea -> elements

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