[Webkit-unassigned] [Bug 50494] New: Remove BeforeTextInsertedEvent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 3 15:17:40 PST 2010


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

           Summary: Remove BeforeTextInsertedEvent
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: hyatt at apple.com, adele at apple.com, darin at apple.com,
                    ojan at chromium.org, tkent at chromium.org,
                    enrica at apple.com


http://trac.webkit.org/changeset/13156 added BeforeTextInsertedEvent, which is used to implement maxlength in input element.
However, this event is also exposed to JavaScript.  In order to make editing code safer, it's beneficial to remove this event entirely or at least make it invisible from JavaScript.

This event is fired by ReplacementFragment and TypingCommand::insertText

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