[Webkit-unassigned] [Bug 44472] Add AX notification for childrenChanged

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 27 20:49:12 PDT 2010


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


chris fleizach <cfleizach at apple.com> changed:

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




--- Comment #14 from chris fleizach <cfleizach at apple.com>  2010-08-27 20:49:12 PST ---
(From update of attachment 65793)

> Index: WebCore/accessibility/chromium/AXObjectCacheChromium.cpp
> ===================================================================
> --- WebCore/accessibility/chromium/AXObjectCacheChromium.cpp	(revision 66033)
> +++ WebCore/accessibility/chromium/AXObjectCacheChromium.cpp	(working copy)
> @@ -56,15 +56,23 @@ void AXObjectCache::attachWrapper(Access
>  
>  void AXObjectCache::postPlatformNotification(AccessibilityObject* obj, AXNotification notification)
>  {
> -    if (notification != AXCheckedStateChanged)
> +    if (notification != AXCheckedStateChanged && notification != AXChildrenChanged)
>          return;
>  

I don't think you need this check, since you have a switch statement below

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