[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:59:47 PDT 2011


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





--- Comment #3 from chris fleizach <cfleizach at apple.com>  2011-09-20 14:59:47 PST ---
(In reply to comment #2)
> (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.

With that in mind, I can see how this is probably doing the wrong thing

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