You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2008/08/05 23:30:44 UTC

[jira] Updated: (TAPESTRY-2429) Script text added by RenderSupport.addScript() should be added raw (with XML elements not encoded as entities)

     [ https://issues.apache.org/jira/browse/TAPESTRY-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-2429:
-------------------------------------------

      Priority: Major  (was: Minor)
    Issue Type: Bug  (was: Wish)
       Summary: Script text added by RenderSupport.addScript() should be added raw (with XML elements not encoded as entities)  (was: RenderSupport.addscript should have the option to render raw.)

> Script text added by RenderSupport.addScript() should be added raw (with XML elements not encoded as entities)
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2429
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2429
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.12
>            Reporter: Shing Hing Man
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.14
>
>
> 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 
> &lt; and &gt; respectively. 
> Maybe RenderSupport.addScript should have an option to render raw text.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org