Inconsistent hyperlink behavior: multi-line and single-line inputs

Inconsistent hyperlink behavior: multi-line and single-line inputs

In an application I have "Allow HTML Tags: Yes". On a form, I have a multi-lined text field  and a single-line text field for users to type in. Some of them are typing in http and email addresses in these fields. When I view the user inputs in ZC:

  • Neither the http or email text is click-able in the multi-line data
  • Only the http is click-able in the single-line data
This is clearly inconsistent behavior. ZC should be smart enough to see a valid http://google.com type links an render it as a working hyperlink. Similarly, a piece of text conforming to a valid email like zoho@zoho.com should render as a working mailto: link.

Edit: I see this forum is smart enough to render my text as hyperlinks. Why not ZC also?