From 3e1607047e0f24c1984b6e4a124708c6d32217bd Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Mon, 9 May 2016 15:36:26 +0000 Subject: [PATCH] CKEditor's full screen mode is not supported on iOS (cf https://dev.ckeditor.com/ticket/8307) SVN:trunk[4038] --- core/inlineimage.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/inlineimage.class.inc.php b/core/inlineimage.class.inc.php index 3ce38fee8d..12fc04d96e 100644 --- a/core/inlineimage.class.inc.php +++ b/core/inlineimage.class.inc.php @@ -462,7 +462,7 @@ EOF }, null, null, 4 ); // Listener with priority 4 will be executed before priority 5. oEditor.on( 'instanceReady', function() { - if($('#'+oEditor.id+'_toolbox .editor_magnifier').length == 0) + if(!CKEDITOR.env.iOS && $('#'+oEditor.id+'_toolbox .editor_magnifier').length == 0) { $('#'+oEditor.id+'_toolbox').append(' '); $('#'+oEditor.id+'_toolbox .editor_magnifier').on('click', function() {