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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 20 13:36:55 PDT 2011


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

           Summary: Accessibility: Children changed notification fired on
                    wrong node for visibility change
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dmazzoni at google.com
                CC: cfleizach at apple.com, aboxhall at chromium.org,
                    davidbarr at chromium.org


If I have a parent node P and I insert a child C, I get the children changed notification on the parent P, as I'd expect.

However, if I then make C invisible, or subsequently make it visible again, I get a children changed notification on C, which seems like a bug. On Windows we really need to have the notification on P, and it seems like that'd be the more logical thing to do in WebCore. I haven't yet tested to see if on the Mac VoiceOver is actually expecting the notification on C, or if it would work equally well on P, or if this is actually a bug under some circumstances.

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