function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Will_SladeWill_Slade 

apex:inputTextArea and hyperlinks issue

Hello,

 

I am looking for some help.  I am using the control <apex:inputTextArea> for a custom email interface (with rich text enabled).  Everything seems to work fine, however intermittently when using the Insert Hyperlink functionality, the users experience sort of a "spillover" of text following the hyperlink.

 

So what should look like this:

 

http://www.espn.com is the link

 

Ends up looking like this:

 

http://www.espn.com is the link

 

I have been able to replicate this issue and it seems completely random.  You can add a space or even a hard return after the link and it may or may not occur.  I also tried creating a very basic Visualforce page with nothing but one of these controls in it, pointing to an empty string variable within a controller class (the only thing contained in the controller was this variable)... and the issue was still happening.

 

Has anyone else seen this?  Is there a solution?

 

Thanks,

 

Will