[Webkit-unassigned] [Bug 9553] New: Pasting in a text input doesn't trigger onKeyUp, onPaste

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Jun 23 01:12:28 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9553

           Summary: Pasting in a text input doesn't trigger onKeyUp, onPaste
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: duncan at mclink.it


Given a fragment like this: <input type="text" onkeyup="alert('keyup'); return
true;">

Safari never triggers the alert when pasting; firefox 1.5.0.4 (tested on a mac)
and ie6 (tested on a windows server 2003) trigger the alert only when pasting
via cmd-v/ctrl-v keyboard accelerator, but not when pasting from the edit menu.

Additionally, both firefox and ie6 will trigger the alert when pasting either
from keyboard or menu in the following: <input type="text"
onpaste="alert('keyup'); return true;">. Safari never appears to trigger the
onpaste alert.


-- 
Configure bugmail: http://bugzilla.opendarwin.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