JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2.1
[ckeditor.git] / _source / core / _bootstrap.js
index 9b9d081..f351ce6 100644 (file)
@@ -9,13 +9,19 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 \r
 (function()\r
 {\r
+       // Disable HC detaction in WebKit. (#5429)\r
+       if ( CKEDITOR.env.webkit )\r
+       {\r
+               CKEDITOR.env.hc = false;\r
+               return;\r
+       }\r
+\r
        // Check is High Contrast is active by creating a temporary element with a\r
        // background image.\r
 \r
        var useSpacer = CKEDITOR.env.ie && CKEDITOR.env.version < 7,\r
                useBlank = CKEDITOR.env.ie && CKEDITOR.env.version == 7;\r
 \r
-\r
        var backgroundImageUrl = useSpacer ? ( CKEDITOR.basePath + 'images/spacer.gif' ) :\r
                                                         useBlank ? 'about:blank' : 'data:image/png;base64,';\r
 \r
@@ -36,6 +42,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        {\r
                CKEDITOR.env.hc = false;\r
        }\r
+\r
        if ( CKEDITOR.env.hc )\r
                CKEDITOR.env.cssClass += ' cke_hc';\r
 \r