[Webkit-unassigned] [Bug 60600] New: click event shouldn't fire when the target is ever removed in mouseup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 10 18:12:41 PDT 2011


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

           Summary: click event shouldn't fire when the target is ever
                    removed in mouseup
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: ap at webkit.org, sam at webkit.org, ojan at chromium.org,
                    arv at chromium.org


WebKit currently fires click event even on a node that was removed or once removed from its document during mouseup event.  However, both Firefox and Internet Explorer do NOT fire click event in such cases.  We should match WebKit's behavior to those two browsers to be consistent.

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