[Webkit-unassigned] [Bug 27011] [Gtk] Implement support for get_index_in_parent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 26 12:41:28 PDT 2009


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





--- Comment #7 from Joanmarie Diggs <joanmarie.diggs at gmail.com>  2009-10-26 12:41:28 PDT ---
After staring at/working on hierarchy issues all this weekend, it dawned on me
what the problem might be:

> +    AccessibilityObject* coreObject = core(object);
> +    AccessibilityObject* parent = coreObject->parentObject();

The parentObject() is from the dom. Instead use parentObjectUnignored().

I made the change and tested quite a bit. It works as expected.

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