Hi. If a link is added to the RTE area in the Editable text web part which exceeds 50 characters in length then this results in the link being output in the following example:
h<wbr />t<wbr />t<wbr />p<wbr />s<wbr />:<wbr />/<wbr />/<wbr />
This obviously breaks the page output. I can see this restriction in both the Validation/LinkChecker.ascx control and also in the wraplinks js method in global.js.
My question is, can this restriction be overridden anywhere without manually updating the control/js? Thanks.