[Webkit-unassigned] [Bug 147211] AX: AccessibilityNodeObject::childrenChanged() generates too many AXLiveRegionChanged notifications
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 23 12:48:12 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=147211
--- Comment #8 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 257364
--> https://bugs.webkit.org/attachment.cgi?id=257364
patch
View in context: https://bugs.webkit.org/attachment.cgi?id=257364&action=review
> Source/WebCore/accessibility/AXObjectCache.cpp:135
> + , m_liveRegionChangedPostTimer(*this, &AXObjectCache::liveRegionChangedNotificationPostTimerFired)
when the AXObjectCache is torn down, we should probably stop this timer like
AXObjectCache::~AXObjectCache()
{
m_notificationPostTimer.stop();
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150723/95361f9e/attachment.html>
More information about the webkit-unassigned
mailing list