BoldDesk®Customer service software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
I have implemented the line-spacing as suggested based on the answer in this thread https://www.syncfusion.com/forums/188919/add-line-spacing-to-richtexteditor. However, it does not work in Safari. I also opened the link to the answer in Safari, and I the line spacing
Hi Sebastian Marambio,
Thank you for your patience, and I sincerely apologize for the delay in getting back to you.
We have carefully reviewed your concern regarding the line spacing issue in Safari. The issue has now been resolved, and you can find the updated solution in the following Stack Blitz example:
https://stackblitz.com/edit/react-hgfpmt-gqryyy?file=index.js,index.html
Problem Details:
When users attempted to select a line height using the Split Button, the selection was not preserved, causing editorManager.domNode.blockNodes() to return an empty or null node array, which prevented any line height adjustments from being applied. This issue persists only in the Safari browser, while it works fine in other browsers.
Implemented Solution:
To address this issue, we have implemented a solution that captures the block nodes in the onOpen event of the Split Button. This ensures that line spacing can be applied correctly, even if the selection is temporarily lost during the transition.
We attached the code snippet below for your reference,
Please check it out and let us know if it meets your expectations. If you face any difficulties, feel free to reach out.
Thanks,
Bhuvaneshwari T
Thank you. It is working now
Regards,
Bhuvaneshwari Thirunavukarasu