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 (Resolved) (JIRA)" <ji...@apache.org> on 2011/10/18 01:05:10 UTC

[jira] [Resolved] (TAP5-942) Javascript error after zone refreshed for IE

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

Howard M. Lewis Ship resolved TAP5-942.
---------------------------------------

    Resolution: Invalid
      Assignee: Howard M. Lewis Ship
    
> 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
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira