Index: CKEditor/trunk/_source/plugins/contextmenu/plugin.js
===================================================================
--- CKEditor/trunk/_source/plugins/contextmenu/plugin.js	(revision 4182)
+++ CKEditor/trunk/_source/plugins/contextmenu/plugin.js	(revision 4196)
@@ -36,11 +36,4 @@
 			},
 			this);
-
-			// Disable context menu for top and bottom editor's UI parts.
-			var self = this;
-			editor.on( 'themeLoaded', function()
-				{
-					self.addDisabledTarget( this.container );
-				} );
 	},
 
@@ -155,14 +148,4 @@
 		},
 
-		addDisabledTarget : function( element )
-		{
-			element.on( 'contextmenu', function( event )
-				{
-					// Cancel the browser context menu.
-					if ( !event.data.getTarget().hasClass( 'cke_enable_context_menu' ) )
-						event.data.preventDefault();
-				} );
-		},
-
 		addListener : function( listenerFn )
 		{
