X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fpopup%2Fplugin.js;h=70fb75e155f2945be2d7a62109ba5f6d5dbf81cb;hp=bd59fe2d7107d2fa323c26029c55b65e543b5524;hb=6e682412d5cc0dfaedb376482e585bf2989c6863;hpb=2f22c0c38f17e75be5541089076885442aaa2377 diff --git a/_source/plugins/popup/plugin.js b/_source/plugins/popup/plugin.js index bd59fe2..70fb75e 100644 --- a/_source/plugins/popup/plugin.js +++ b/_source/plugins/popup/plugin.js @@ -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 );