Quantcast
Channel: CKEditor: Ticket #5395: Opera: right click shows the default context menu
Viewing all articles
Browse latest Browse all 32

Article 6

$
0
0

I recommend adding some feature detection to this

addTarget:function(l,m){
	if(b.opera){

for example like this:

addTarget:function(l,m){
	if(b.opera&&!('oncontextmenu' in document.createElement('div'))){

Viewing all articles
Browse latest Browse all 32

Trending Articles