[Webkit-unassigned] [Bug 32519] New: mouseEvent fires mutiple times in LayoutTests/svg/custom/use-instanceRoot-as-event-target.xhtml

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 14 08:12:47 PST 2009


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

           Summary: mouseEvent fires mutiple times in
                    LayoutTests/svg/custom/use-instanceRoot-as-event-targe
                    t.xhtml
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: robert at roberthogan.net


LayoutTests/svg/custom/use-instanceRoot-as-event-target.xhtml

is skipped in gtk and win, and if the patch in
https://bugs.webkit.org/show_bug.cgi?id=32437 is accepted it will be in Qt too

In Qt the test was passing due to a bug in notifyDone that masked the multiple
output of 'test 10' (i.e. the results of test 10 are output three times). I've
confirmed that gtk also sees multiple output and if you try the test manually
in the launcher you can see it there too. I believe this is the reason the test
is skipped in both gtk and win.

In the case of Qt at least, notifyDone in the DRT gets called three times,
which seems a bit too coincidental, and I've attached a bt of each call. Given
that the test is all about adding/removing event listeners it looks like either
the test is not managing the addition/removal correctly, or more likely WebCore
is firing the event multiple times for some reason.

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