JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6
[ckeditor.git] / _source / plugins / selection / plugin.js
index 4af28dc..a42ef66 100644 (file)
@@ -92,6 +92,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        var selectAllCmd =\r
        {\r
                modes : { wysiwyg : 1, source : 1 },\r
+               readOnly : CKEDITOR.env.ie || CKEDITOR.env.webkit,\r
                exec : function( editor )\r
                {\r
                        switch ( editor.mode )\r