Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

dom.event.clipboardevents.enabled

dom.event.clipboardevents.enabled lets websites get notifications if the user copies, pastes, or cuts something from a web page, and it lets them know which part of the page had been selected. The emitting of the oncopy, oncut and onpaste events are controlled by this preference.

  • Type:boolean
  • Default value:true
  • Exists by default: no
  • Application support: Gecko 13.0 (Firefox 13.0 / Thunderbird 13.0 / SeaMonkey 2.10)
  • Status: Active; last updated 2012-02-15
  • Introduction: Pushed to Nightly on 2012-02-14
  • Bugs: bug 542938 

Values

true (default)
The oncopy, oncut and onpaste events are enabled for web content.
false
The oncopy, oncut and onpaste events are disabled for web content.

Document Tags and Contributors

Tags: 
 Contributors to this page: sarynthiaj05, thiru, Mertsch, ankur94, jaksbak, MatthewKastor, ziyunfei, Aryx, Sheppy
 Last updated by: sarynthiaj05,