[Webkit-unassigned] [Bug 100275] Programmatically-inserted children lack accessibility events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 19 10:04:18 PST 2013


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





--- Comment #34 from chris fleizach <cfleizach at apple.com>  2013-12-19 10:02:20 PST ---
(From update of attachment 219535)
View in context: https://bugs.webkit.org/attachment.cgi?id=219535&action=review

> Source/WebCore/accessibility/atk/AXObjectCacheAtk.cpp:85
> +    AtkObject* atkParent = coreParent ? coreParent->wrapper() : 0;

you already checked for coreParent == nil above so you don't need to check again

> Source/WebCore/accessibility/atk/AXObjectCacheAtk.cpp:199
> +        if (int numOfChildren = atk_object_get_n_accessible_children(axObject)) {

i don't think you need this if statement. the for loop will take care of not doing any work for you

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