X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=sources%2Fplugins%2Fpopup%2Fplugin.js;h=89b6201d0d66251c41e2057254ef557eb70ecab8;hb=refs%2Ftags%2F4.7.3;hp=352d23934bb0d4118e6f74cac2fee34d142e5b56;hpb=c63493c899de714b05b0521bb38aab60d19030ef;p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git diff --git a/sources/plugins/popup/plugin.js b/sources/plugins/popup/plugin.js index 352d239..89b6201 100644 --- a/sources/plugins/popup/plugin.js +++ b/sources/plugins/popup/plugin.js @@ -48,7 +48,7 @@ CKEDITOR.tools.extend( CKEDITOR.editor.prototype, { return false; try { - // Chrome is problematic with moveTo/resizeTo, but it's not really needed here (#8855). + // Chrome is problematic with moveTo/resizeTo, but it's not really needed here (http://dev.ckeditor.com/ticket/8855). var ua = navigator.userAgent.toLowerCase(); if ( ua.indexOf( ' chrome/' ) == -1 ) { popupWindow.moveTo( left, top );