[Webkit-unassigned] [Bug 20013] Windows AX huerusitics are poor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 23 21:38:37 PDT 2008


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





------- Comment #14 from jhoneycutt at apple.com  2008-07-23 21:38 PDT -------
I think Eric is right about the children changing after the tree has been
created. When the children of an AccessibilityObject change, childrenChanged()
is called. You can use this to update their m_indexInParent and
m_accessibilityParent.

As Sam said, you should probably break this patch up into smaller patches.
Fixing the navigation between elements is definitely distinct from the other
changes in this patch.


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