Results 7 comments of Dmitry Shashurov

Поддерживаю, прошу добавить смену раскладки по capslock, после этого ваше приложение переплюнет пунто

Please tell how to fix this bug

> I could not find the solution. but manage to remove the scroll with jquery > `editor.on( 'dialogHide', function( evt ) { > scrollTop = window.pageYOffset || document.documentElement.scrollTop; > scrollLeft...

When you fix this horribly infuriating bug?

Final solution: ``` CKEDITOR.on('instanceReady', function (ev) { ev.editor.on('dialogHide', function () { let height = window.pageYOffset || document.documentElement.scrollTop; window.setTimeout(function () { window.scroll(0, height); }, 0); }); }); ```

yes, the first style should not look exactly the same as the chosen style - otherwise it is confusing

Just use next config for russian localization: Fancybox.defaults.l10n = { "PANUP": "Наверх", "PANDOWN": "Вниз", "PANLEFT": "Влево", "PANRIGHT": "Вправо", "ZOOMIN": "Приблизить", "ZOOMOUT": "Отдалить", "TOGGLEZOOM": "Переключить увеличение", "TOGGLE1TO1": "Переключить увеличение", "ITERATEZOOM": "Переключить...