[Webkit-unassigned] [Bug 55666] New: DOMNodeRemoved events are not dispatched

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 3 06:22:44 PST 2011


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

           Summary: DOMNodeRemoved events are not dispatched
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aandrey at google.com
                CC: darin at apple.com, ojan at chromium.org, rniwa at webkit.org,
                    jamesr at chromium.org, mihaip at chromium.org


DOMNodeRemoved events are not dispatched in some cases (I'd even say, it is rarely dispatched).

Repro steps:
- open the attached test case
- click DEL or BACKSPACE to delete the selected text
- expected log messages from the DOMNodeRemoved event handler, but nothing happens

NOTE: This test works on Safari 5.0.3 (6533.19.4) on Mac, but not on the latest versions of Chrome.

AFAIU, this may be a good point to look into: https://bugs.webkit.org/show_bug.cgi?id=46936

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