Changeset 4182
- Timestamp:
- 09/04/09 08:54:49 (4 years ago)
- Location:
- CKEditor/trunk/_source/plugins
- Files:
-
- 2 edited
-
contextmenu/plugin.js (modified) (1 diff)
-
sourcearea/plugin.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/contextmenu/plugin.js
r4178 r4182 160 160 { 161 161 // Cancel the browser context menu. 162 event.data.preventDefault(); 162 if ( !event.data.getTarget().hasClass( 'cke_enable_context_menu' ) ) 163 event.data.preventDefault(); 163 164 } ); 164 165 }, -
CKEditor/trunk/_source/plugins/sourcearea/plugin.js
r4172 r4182 1 /*1 /* 2 2 Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.html or http://ckeditor.com/license … … 37 37 }); 38 38 textarea.addClass( 'cke_source' ); 39 textarea.addClass( 'cke_enable_context_menu' ); 39 40 40 41 var styles =
Note: See TracChangeset
for help on using the changeset viewer.
