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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 18 07:53:08 PST 2013


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #218843|0                           |1
        is obsolete|                            |
 Attachment #219535|                            |review?
               Flag|                            |




--- Comment #31 from Mario Sanchez Prada <mario at webkit.org>  2013-12-18 07:51:12 PST ---
Created an attachment (id=219535)
 --> (https://bugs.webkit.org/attachment.cgi?id=219535&action=review)
Patch proposal

New attempt. This time I added an optional parameter to AccessibilityObject::children() so we can ask it to return jsut m_children as it is, without updating it if needed, which is what was causing the trouble with the inspector reported in bug 125624.

This of course can mean that sometimes we won't get the actual offset, but that should be enough anyway since the offset is an optional thing for the children-changed::add signal (so it's not a huge problem if it's not 100% accurate). The really important thing is the AtkObject that is being added, and that should be correct

Please review

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