[Webkit-unassigned] [Bug 22135] New: oninput doesn't work on divs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 7 17:16:56 PST 2008


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

           Summary: oninput doesn't work on divs
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ojan at chromium.org


The following HTML works in FF3 but not in webkit (as in, it alerts when you
type in the input.

<div oninput=alert(1)><input></div>

On the otherhand, listening to input events on the div via addEventListener
does work.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list