[Webkit-unassigned] [Bug 121602] AX: Accessibility methods using textUnderElement should be declared as non-const

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 23 08:28:50 PDT 2013


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


Mario Sanchez Prada <mario at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #4 from Mario Sanchez Prada <mario at webkit.org>  2013-09-23 08:27:52 PST ---
After to talking to Chris by email, it seems that a better way to proceed here is to make sure we call AccessibilityObject::updateBackingStore() from the wrapper layer, so we don't have any outdated layout once we call any of the functions that might end up calling textUnderElement, so it's safe and won't change the accessibility tree.

So, I'm resolving this bug as invalid, and concentrating myself in fixing bug 121558, by implementing Chris's suggestion in the ATK layer too.

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