X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fpopup%2Fplugin.js;h=19e43369720676442c65eae42cf0532b7c2f1977;hb=refs%2Ftags%2Fv3.6.6;hp=bd59fe2d7107d2fa323c26029c55b65e543b5524;hpb=2f22c0c38f17e75be5541089076885442aaa2377;p=ckeditor.git diff --git a/_source/plugins/popup/plugin.js b/_source/plugins/popup/plugin.js index bd59fe2..19e4336 100644 --- a/_source/plugins/popup/plugin.js +++ b/_source/plugins/popup/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -49,9 +49,9 @@ CKEDITOR.tools.extend( CKEDITOR.editor.prototype, try { - // Chrome 18 is problematic, but it's not really needed here (#8855). + // Chrome is problematic with moveTo/resizeTo, but it's not really needed here (#8855). var ua = navigator.userAgent.toLowerCase(); - if ( ua.indexOf( ' chrome/18' ) == -1 ) + if ( ua.indexOf( ' chrome/' ) == -1 ) { popupWindow.moveTo( left, top ); popupWindow.resizeTo( width, height );