[Webkit-unassigned] [Bug 68466] Accessibility: Children changed notification fired on wrong node for visibility change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 20 14:58:36 PDT 2011


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





--- Comment #2 from Dominic Mazzoni <dmazzoni at google.com>  2011-09-20 14:58:37 PST ---
(In reply to comment #1)
> yes that does seem like a bug. it seems strange that it would happen since i believe all of these node destroyed methods operate on renderer()->parent()

To clarify, this was setting visibility:hidden, not display:none. I think that objects with visibility:hidden still have render objects associated with them because they take up space on the page, so that may be the difference. I think you're right, when you actually delete a node, or set a node to display:none which deletes the render object, the notification is correct.

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