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
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
I can reproduce this. I have asked Ratna to have a look at this.
seems like a bug to me.
~Kautuk
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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:
Views
Replies
Total Likes
Thanks Ratna Kumar and smacdonald2008.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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...
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Likes
Replies