﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9856	Divarea breaks native context menu	Bernhard Frauendienst		"When using the divarea plugin, the native contextmenu no longer works on the content space.

This is caused by the following constellation: 
* `disableContextMenu` is called on the browser chrome
* events from the divarea content bubble up to the browser chrome (as opposed to the regular iframe solution)
* => `preventDefault` is called on the `contextmenu` event in most cases, preventing the context menu to show up

One solution could be to modify the `disableContextMenu` listener function to also check for of event target ancestors with the `cke_enable_context_menu` class, this would make the handler less performant though.
Another solution could be to prevent the `contextmenu` event from bubbling up the contents space, which is what I have used for now as a workaround."	Bug	closed	Normal	CKEditor 4.5.4	General	4.0 Beta	fixed		scott@… mark@…
