This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27274 - onpaste seems to be missing from this list
Summary: onpaste seems to be missing from this list
Status: RESOLVED MOVED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: https://html.spec.whatwg.org/#event-h...
Whiteboard: [good first bug]
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-07 17:02 UTC by contributor
Modified: 2016-02-17 12:15 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2014-11-07 17:02:07 UTC
Specification: https://html.spec.whatwg.org/multipage/webappapis.html
Multipage: https://html.spec.whatwg.org/multipage/#event-handler-attributes
Complete: https://html.spec.whatwg.org/#event-handler-attributes
Referrer: https://html.spec.whatwg.org/multipage/

Comment:
onpaste seems to be missing from this list

Posted from: 69.253.171.29
User agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:30.0) Gecko/20100101 Firefox/30.0
Comment 1 Ian 'Hixie' Hickson 2014-11-07 17:54:13 UTC
Do you have a test case showing how this is implemented?
Comment 3 Ian 'Hixie' Hickson 2014-12-03 22:17:43 UTC
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/3332

Chrome: 'click' exists on elements and Window, but the copy/beforecopy/etc events only exist on elements.

Firefox: same except no beforecopy/etc events.

If I spec this presumably I should reference this spec:
http://dev.w3.org/2006/webapi/clipops/clipops.html#dispatch-a-clipboard-event
Comment 4 Anne 2015-09-02 08:38:10 UTC
Hallvord, we should add these event handlers, right?
Comment 5 Hallvord R. M. Steen 2015-09-05 17:10:44 UTC
Can't think of any reason not to..
Comment 6 Anne 2016-02-17 12:15:35 UTC
https://github.com/whatwg/html/pull/699