[Webkit-unassigned] [Bug 30489] New: [Gtk] The document frame/html container claims to be parentless

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 17 22:48:18 PDT 2009


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

           Summary: [Gtk] The document frame/html container claims to be
                    parentless
           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,
                    apinheiro at igalia.com


+++ This bug was initially created as a clone of Bug #25411 +++

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 (i.e. the parent of the document frame/html container)

3. In Accerciser's iPython console, type:

   acc[0].parent == acc

Expected results: Step 3 would cause True to be returned.

Actual results: Step 3 causes 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. I *believe* this has to do with how apps embed WebKit because we
saw this very issue with Yelp (embeds Gecko currently). Besides, what seems to
fix 25411 doesn't fix this issue so it's a different bug. :-)

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