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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 17 23:29:09 PDT 2009


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


Joanmarie Diggs <joanmarie.diggs at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41372|                            |review?
               Flag|                            |




--- Comment #4 from Joanmarie Diggs <joanmarie.diggs at gmail.com>  2009-10-17 23:29:09 PDT ---
Created an attachment (id=41372)
 --> (https://bugs.webkit.org/attachment.cgi?id=41372)
proposed patch - take 1

If you set the parent in webkit_accessible_ref_child, the AtkObject will know
who its parent is. This seems (to me) to eliminate the need for WebKit's
implementation of atk_object_get_parent. More importantly, once
webkit_accessible_get_parent is removed, AND the parent has been set, I
suddenly start seeing the correct, expected ancestry.

So.... Is there any reason WebKit should continue to implement
atk_object_get_parent? If there is, it will need smarts to distinguish real
parents from fake ones which seems (to me) to be more hassle than it is worth.
But if there is, let me know and I will give it a go.

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