[Webkit-unassigned] [Bug 63621] New: DOMNodeRemoved doesn't fire when removing text node in contenteditable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 29 05:28:39 PDT 2011


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

           Summary: DOMNodeRemoved doesn't fire when removing text node in
                    contenteditable
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hesselink at gmail.com


Created an attachment (id=99076)
 --> (https://bugs.webkit.org/attachment.cgi?id=99076&action=review)
Testcase showing the bug

In the attached test case:

  * Select the text 'foo' by double clicking.
  * Press delete.

In the console you can now see that the text node containing 'foo' has been removed, but no DOMNodeRemoved event has been fired (only DOMCharacterDataModified).

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