Javascript error after zone refreshed for IE
--------------------------------------------

                 Key: TAP5-942
                 URL: https://issues.apache.org/jira/browse/TAP5-942
             Project: Tapestry 5
          Issue Type: Bug
    Affects Versions: 5.1.0.5
            Reporter: mindhawk
            Priority: Critical


If I write such a html template as follows:

<div t:type="zone" t:id="zone">
            <div onclick="javascript:alert('ok')">click</div>
</div>

There will be an javascript error for IE because at this time the template is 
show as follow:
<div onclick='alert(&apos;ok&apos;)'>click</div>

If I click on the div, a error will occour in IE, but others work well 

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

Reply via email to