[Webkit-unassigned] [Bug 140355] New: AX: [ATK] Mark accessibility/table-with-footer-section-above-body.html as a suitable test for EFL and GTK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 12 04:43:05 PST 2015


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

            Bug ID: 140355
           Summary: AX: [ATK] Mark
                    accessibility/table-with-footer-section-above-body.htm
                    l as a suitable test for EFL and GTK
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: a.badowski at samsung.com
                CC: webkit-bug-importer at group.apple.com

The test shows the text contents of a AccessibilityTableCell object using tableCell.childAtIndex(0).stringValue. In the case of ATK childAtIndex(0) returns a non-empty object, but it is not the ATK_OBJECT, so the stringValue produces an empty string. To avoid this, the cell text content is obtained by direct reading of stringValue of TableCell.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150112/2e40d576/attachment-0002.html>


More information about the webkit-unassigned mailing list