JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.4
[ckeditor.git] / _source / plugins / popup / plugin.js
index bd59fe2..70fb75e 100644 (file)
@@ -49,9 +49,9 @@ CKEDITOR.tools.extend( CKEDITOR.editor.prototype,
 \r
                try\r
                {\r
-                       // Chrome 18 is problematic, but it's not really needed here (#8855).\r
+                       // Chrome is problematic with moveTo/resizeTo, but it's not really needed here (#8855).\r
                        var ua = navigator.userAgent.toLowerCase();\r
-                       if ( ua.indexOf( ' chrome/18' ) == -1 )\r
+                       if ( ua.indexOf( ' chrome/' ) == -1 )\r
                        {\r
                                popupWindow.moveTo( left, top );\r
                                popupWindow.resizeTo( width, height );\r