[Webkit-unassigned] [Bug 140438] New: AX: [ATK] Mark accessibility/render-counter-text.html as a suitable test for EFL and GTK.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 14 04:47:10 PST 2015


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

            Bug ID: 140438
           Summary: AX: [ATK] Mark accessibility/render-counter-text.html
                    as a suitable test for EFL and GTK.
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: PC
                OS: Linux
            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 <li> element with counter inside <ol> using three childAtIndex().stringValue methods.
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 text content is obtained by direct reading of stringValue of <li> AccessibilityUIElement which is ATK_TEXT.

-- 
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/20150114/0f6c0f28/attachment-0002.html>


More information about the webkit-unassigned mailing list