[Webkit-unassigned] [Bug 26024] AX: possible to fail assertion because AXPostNotification calls accessibilityIsIgnored

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 26 10:16:25 PDT 2009


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


cfleizach at apple.com changed:

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




------- Comment #1 from cfleizach at apple.com  2009-05-26 10:16 PDT -------
Created an attachment (id=30671)
 --> (https://bugs.webkit.org/attachment.cgi?id=30671&action=view)
patch

This patch fixes the problem where an AX notification can be posted while the
render tree is being changed. this callout can cause other problems.

the fix is to have a one shot timer post all the notifications after rendering
is done

this also consolidate postNotification and postNotificationToElement into one
method


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