leonikussmaul / BTPOpportunity

1 stars 0 forks source link

RTE issues #10

Open leonikussmaul opened 4 months ago

leonikussmaul commented 4 months ago

RTE is posing a few issues. Because its a third party control implemented by UI5, some things are not working as they should, i.e. sometimes it disappears - can try destroying the control?

Also when styling is applied it sometimes exceeds the max length of characters, cause the styling is included in the string. Not sure how to handle this yet

leonikussmaul commented 3 months ago

https://userapps.support.sap.com/sap/support/knowledge/en/2422168

leonikussmaul commented 3 months ago

2nd issue: string max character length reached because of styling and tags added to the string -> exceeds 5,000 chars very quickly. Try to segment it and send it part by part? Needs investigation