N°4408 Fix inputs flickering when widgets are loading

This commit is contained in:
Stephen Abello
2021-11-04 10:49:17 +01:00
parent fe82f54066
commit aba0d4144c
8 changed files with 17 additions and 4 deletions

View File

@@ -123,6 +123,7 @@ class ConsoleSimpleFieldRenderer extends FieldRenderer
// Some additional stuff if we are displaying it with a rich editor
if ($bRichEditor)
{
$oText->AddCSSClass('ibo-input-select-placeholder');
$aConfig = utils::GetCkeditorPref();
$aConfig['extraPlugins'] = 'codesnippet';
$sJsConfig = json_encode($aConfig);