[Webkit-unassigned] [Bug 100275] Programmatically-inserted children lack accessibility events
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 2 08:44:58 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=100275
Mario Sanchez Prada <mario at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #218174| |review?
Flag| |
--- Comment #1 from Mario Sanchez Prada <mario at webkit.org> 2013-12-02 08:43:19 PST ---
Created an attachment (id=218174)
--> (https://bugs.webkit.org/attachment.cgi?id=218174&action=review)
Patch proposal
Attaching a patch that fix this issue by:
1. Making sure that the accessibility subtree under a given element internally receiving AXChildrenChanged is regenerated
2. Emitting children-changed::remove at the moment an AtkObject is about to be detached BUT not because of the AXObjectCache being destroyed
3. Emitting children-changed::add at the moment a new AtkObject is being attached, right after creation, unless we are in the middle of a layout update.
--
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