Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core WCM RTE inline plugin toolbars not displayed #1374

Closed
shravanthprasad opened this issue Sep 5, 2024 · 9 comments
Closed

Core WCM RTE inline plugin toolbars not displayed #1374

shravanthprasad opened this issue Sep 5, 2024 · 9 comments

Comments

@shravanthprasad
Copy link

We see an issue with RTE inline toolbars not displayed for core wcm rich text component.
Analysis:
The JS below with af-apps pkg is causing this issue-
/apps/core/fd/components/form/container/v2/container/clientlibs/editorhook/js/toolbaractionhook.js

if(!(hasRichTextLabel || hasRichTextAttribute)){
                editable.config.editConfig.inplaceEditingConfig.editorType="plaintext";
            }

AEM version 6.5.20
core components version 2.24.2
core forms components version 1.1.39-enumB004

@shravanthprasad
Copy link
Author

Example page after installing examples pkg - Toolbar not visible
image
After deleting the toolbaractionhook.js and invalidating cache - Toolbar is visible
image

@rismehta
Copy link
Collaborator

rismehta commented Sep 6, 2024

Duplicate of, #1371. Closing this

@rismehta rismehta closed this as completed Sep 6, 2024
@shravanthprasad
Copy link
Author

@rismehta - Thanks for the quick fix. Can you please provide a release(1.1.39-enumB004) with the below fixes on top of the as we have just upgraded our aem version
(https://github.com/adobe/aem-core-forms-components/releases/tag/core-forms-components-reactor-1.1.39-enumB004)
Fixes:
1)#1326 - conflicting vault filter
2)#1376 - rte fix for wcm

@rismehta
Copy link
Collaborator

Can you please provide a release(1.1.39-enumB004) with the below fixes on top of the as we have just upgraded our aem version
(https://github.com/adobe/aem-core-forms-components/releases/tag/core-forms-components-reactor-1.1.39-enumB004)
Fixes:
1)#1326 - conflicting vault filter
2)#1376 - rte fix for wcm

Could you please submit a customer request for this through the support channel ?

@shravanthprasad
Copy link
Author

Can you please provide a release(1.1.39-enumB004) with the below fixes on top of the as we have just upgraded our aem version
(https://github.com/adobe/aem-core-forms-components/releases/tag/core-forms-components-reactor-1.1.39-enumB004)
Fixes:
1)#1326 - conflicting vault filter
2)#1376 - rte fix for wcm

Could you please submit a customer request for this through the support channel ?

Hi @rismehta - Support ticket - E-001352137
Thanks

@shravanthprasad
Copy link
Author

@rismehta - Update to this request, the following issues are also reported on our Prod and need it to be added to the release
-

#1326
#1225
#1321
#1376

@rismehta
Copy link
Collaborator

@shravanthprasad We are currently backporting the latest changes from the master branch to the release/650 branch through this PR, #1391. After merging, we will proceed with creating a hotfix. Please note that this process may take some time.

@barshat7
Copy link
Contributor

@shravanthprasad
Copy link
Author

@barshat7 - I verified all the fixes and they are working fine with this release. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants