Quote:
Originally Posted by cassie
Still no solution for this hyperlink and mailto feature? Please let me know when we figure it out. I will do the same.
|
I had the same issue and the fix that works was posted in another thread:
Hello, here's the fix:
go to rightScroller.as find
bigImage.LabelHtml["txt"].htmlText = descr;
and replace it with
bigImage.LabelHtml["txt"].htmlText = node.parentNode.lastChild.firstChild.nodeValue;
it should work, I've test it with a link like this description:
<description><![CDATA[ 1. Product description HTML formated text Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam accumsan mi vel elit. Nunc auctor, nisl ac tristique vulputate, turpis leo<a href= "mailto:someone@something.ro" ><u>Send mail to someone</u></a> varius enim, nec mattis neque dui porta metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Mauris elementum, massa id dignissim elemenharetra. ]]></description>