Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Hello Everyone,
I have added rte plugins for text area within a dialog in AEM 6.3 touch UI. I see that the rte toolbar is displayed only when you click inside the text area.
Is there a configuration which will always display the toolbar?
Following are the screenshots for your reference:
1) When the dialog is loaded
2) When I click inside the text area
Could someone please let me know if there is configuration to have the toolbar show up every time?
Thanks,
Ananta
Solucionado! Ir para a Solução.
Visualizações
respostas
Total de curtidas
This is Expected. Since, a dialog can contain multiple RTE, at a time, only one RTE's toolbar should be visible. Hence, it is decided to show on the toolbar on click inside it..
Reference:- AEM 6.3 richtext
Visualizações
respostas
Total de curtidas
I can reproduce this. I have asked Ratna to have a look at this.
seems like a bug to me.
~Kautuk
Visualizações
respostas
Total de curtidas
Hi Ananta,
Yes, this is the bug in AEM 6.3. RTE toolbar will only appear when you click on Text area .
Please raise the Day care support ticket for the same.
Thanks,
Ratna.
Visualizações
respostas
Total de curtidas
Visualizações
respostas
Total de curtidas
Thanks. I will open a day care ticket for this issue.
I also noticed that there an extra blank line that is added between consecutive lines in text editor.
Please see the below image where there is a spacing between test1 and test2:
Could you please let me know if there is a configuration to remove extra blank line between lines?
Thanks,
Ananta
Visualizações
respostas
Total de curtidas
Hi Ananta,
RTE by default if you enter text after the line the space will get generated. This is default functionality. You can also do Shift+Enter if you do not want space.
Thanks,
Ratna.
Ratna is correct - when you enter a new line of text - the functionality is like a hard return:
Visualizações
respostas
Total de curtidas
Thanks Ratna Kumar and smacdonald2008.
Visualizações
respostas
Total de curtidas
This is Expected. Since, a dialog can contain multiple RTE, at a time, only one RTE's toolbar should be visible. Hence, it is decided to show on the toolbar on click inside it..
Reference:- AEM 6.3 richtext
Visualizações
respostas
Total de curtidas
This is what works for me on AEM 6.4:
replacing siteName with your site/project name. This is to namespace the style so that it doesn't affect other projects on the instance
form[action*="/content/siteName"] coral-panel-content div.rte-ui coral-buttongroup {
visibility: visible !important;
}
// to hide the additional tooltip (may not be required for all projects)
form[action*="/content/siteName"] div.cq-RichText.richtext-container.coral-Form-field.coral-DecoratedTextfield + coral-tooltip{
visibility: hidden;
}
Good Luck...
Visualizações
respostas
Total de curtidas
Ratna Kumarkautuksahnismacdonald2008
Do we have any latest update on this post? Did adobe fixed this issue in any service packs for AEM 6.3 version? Please update me on this issues, we are also facing the same issue.
Thank you,
Shravan Bachu
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas