Expand my Community achievements bar.

Rich Text Editor - Touch UI-Rollover labels for some buttons not proper

Avatar

Level 3

The Rich Text Editor capabilities to enter info into the description field, there are a few buttons with rollover labels that are not helpful and those have proper  labels in classic.Is it Product  Behavior for these plugins.Please find the attached screen shot

Touch UI:

1476662_pastedImage_1.png

1476663_pastedImage_2.png

Classic UI:

1476664_pastedImage_3.png

Thanks,

6 Replies

Avatar

Administrator

can you check the browser error and error.log for any error?

I just tested this with the package provided in the article:- Configuring Experience Manager Rich Text Editor Plugins in a Touch UI Component Dialog

Or can you provide me with your package to reproduce this?

-Kautuk



Kautuk Sahni

Avatar

Level 3

I have verified same with package which mentioned above URL still have same label .The OOTB text component(/libs/wcm/foundation/components/text) is an example where I have refereed and the same plugin labels

Avatar

Administrator

can you check the browser error and error.log for any error?



Kautuk Sahni

Avatar

Community Advisor

In AEM 6.3, I can see the default title for Style and Paragraph format plugins is missing from

/libs/clientlibs/granite/richtext/core/js/adapter/DefaultI18nProvider.js

but for other plugins, its there

'popover.trigger.plugins.Format': {

       'en': 'Format'

    },

    'popover.trigger.plugins.Justify': {

       'en': 'Justify'

    },

    'popover.trigger.plugins.Lists': {

       'en': 'Lists'

    },

and there is no tooltip created from default config

/libs/clientlibs/granite/richtext/js/rte/plugins/StylesPlugin.js

CUI.rte.Utils.applyDefaults(pluginConfig, {});

I am not sure if this is the reason for getting improper titles.



Arun Patidar

Avatar

Level 3

There is no error OOTB Text component in fresh instance have same issue

Avatar

Level 3

We got an update on this from adobe support team:

This is a known issue (i18 keys missing for RTE styles and para format plugins) being tracked via CQ-4228458 and this is fixed in AEM 6.4 via CQ-4213287.