[Webkit-unassigned] [Bug 50154] New: [GTK] Null-check needed in DRT's AccessibilityUIElement::allAtributes()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 29 07:12:29 PST 2010


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

           Summary: [GTK] Null-check needed in DRT's
                    AccessibilityUIElement::allAtributes()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: msanchez at igalia.com


Currently, we're getting the following stderr output when running LayoutTests/accessibility/non-data-table-cell-title-ui-element.html:

    atk_object_get_attributes: assertion `ATK_IS_OBJECT (accessible)' failed

...which is caused because of the following function in DRT is not properly checking m_element, as it's done in the rest of the functions.

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