Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.
Nivel 1
Nivel 2
Iniciar sesión en la comunidad
Iniciar sesión para ver todas las insignias
Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.
Do tools disappear - Tools did disappear after going in and out of Rich Text Editor component more than 2 times basically when you hit X button to close RTE and open it again it is happening . See screenshot below. It is happening in AEM 6.3 SP1 and SP2 as well. Does anyone have similar issue please let me knowto fix it.
Thanks,
Narayana
¡Resuelto! Ir a solución.
Vistas
Respuestas
Total de me gusta
It is a know issue with one of the case of Custom RTE. Please reach out to the support and ask for the fix.
Give them reference number as CQ-4233633.
-kautuk
Vistas
Respuestas
Total de me gusta
is this happening on your OOTB RTE or a custom one?
Vistas
Respuestas
Total de me gusta
Custom RTE.
Vistas
Respuestas
Total de me gusta
I am not seeing that with OOTB RTE - see:
Vistas
Respuestas
Total de me gusta
It is a know issue with one of the case of Custom RTE. Please reach out to the support and ask for the fix.
Give them reference number as CQ-4233633.
-kautuk
Vistas
Respuestas
Total de me gusta
Hi,
Even i faced the same problem but we resolved this issue by following this steps.
Rte Fixes: so that plugins dont disappear
Firstly you need to have this
1)aem-service-pkg -6.3.1 --sp1
2)cq-6.3.0-featurepack-20593-1.8 -- fp1
3) Install AEM CFP 6.3.1.2 by following the steps in this link.
4) Go to this location and change a line in CRXDE
/libs/clientlibs/granite/richtext/js/rte/CUI.RichText.js/
config = config ? config : {}; //instead of this
config = $.extend(true, {}, config); //use this
So, they released a CFP 6.3.1.2 to fix this issue but still you need to change one line as mentioned in the 4th step to fix this completely.
Vistas
Respuestas
Total de me gusta
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas