[Webkit-unassigned] [Bug 25411] New: [GTK] ATK accessible ancestry broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 26 14:21:56 PDT 2009


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

           Summary: [GTK] ATK accessible ancestry broken
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joanmarie.diggs at gmail.com
                CC: xan.lopez at gmail.com, William.Walker at sun.com


Steps to reproduce:

1. In WebKit Gtk or Epiphany, view http://google.com

2. In Accerciser's tree of accessibles, locate the app chosen in step 1, and
select the scroll pane.

3. In Accerciser's iPython console, type:

   acc[0].parent == acc

4. In Accerciser's tree of accessibles, locate the accessible of role panel
which is the first child of the document frame.

5. Repeat step 3.

Expected results: Steps 3 and 5 would cause True to be returned.

Actual results: Steps 3 and 5 cause False to be returned. For some reason
asking for the parent of the document frame returns None rather than the scroll
pane which is its parent. Asking for the parent of the text object named "Web"
returns an accessible of role unknown which isn't visible in the tree of
accessibles.


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