Question
SA-29143 - Rich text word Wrap issue in explorer - issue still persists in 7.3.1
User is facing an issue that Long uninterrupted words (like URL text) those do not get word-wrapped in Rich Text Editor (RTE)
Resolution Suggested as per SA-29143:
Apply HFix-29966.
With the HFix in place, the system adds a word-wrap style to ckeditor CSS used in RTE.
However this was for 7.1.8, we wanted to check in first before applying hot fix in 7.3.1, so that we do not conflict with updates of 7.3.1.
Is it safe to apply hotfix for 7.3.1 as we were expecting thi to be pushed part of product update post 7.1.8.
Hello,
As per the details mentioned, I understood that the issue is still seen in 7.3.1 as well,
If yes, Then it would be better to raise a media request to pega Support, they will be able to port the hotfix and provide it for the required version.
Also the changes given as a part of that hotfix are as follows:
Rule Name: pzpega_ckeditor_contents rule
.cke_editable {
word-wrap:break-word !important;
}
you can try it out by private edit in the mentioned rule and if it works correctly raise a media request.
Hope this helps.
Thank you,