Index: /CKEditor/trunk/_source/plugins/contextmenu/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/contextmenu/plugin.js	(revision 4181)
+++ /CKEditor/trunk/_source/plugins/contextmenu/plugin.js	(revision 4182)
@@ -160,5 +160,6 @@
 				{
 					// Cancel the browser context menu.
-					event.data.preventDefault();
+					if ( !event.data.getTarget().hasClass( 'cke_enable_context_menu' ) )
+						event.data.preventDefault();
 				} );
 		},
Index: /CKEditor/trunk/_source/plugins/sourcearea/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/sourcearea/plugin.js	(revision 4181)
+++ /CKEditor/trunk/_source/plugins/sourcearea/plugin.js	(revision 4182)
@@ -1,3 +1,3 @@
-﻿/*
+﻿﻿/*
 Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -37,4 +37,5 @@
 								});
 							textarea.addClass( 'cke_source' );
+							textarea.addClass( 'cke_enable_context_menu' );
 
 							var styles =
