Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0.12
-
None
Description
In a component, I am using
RenderSupport.addScript(str),
where
String str = "new tooltip(\"tooltipA\", \"<span
id='tooltip1'>A tooltip over link<span>\", 10, 20,
false,0)";
But at the bottom of the rendered html, < and > are escaped and rendered as
< and > respectively.
Maybe RenderSupport.addScript should have an option to render raw text.