You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Frank van Lankvelt (JIRA)" <ji...@apache.org> on 2008/11/14 13:14:44 UTC

[jira] Issue Comment Edited: (WICKET-1932) IE7 doesn't evaluate inline javascript without element id

    [ https://issues.apache.org/jira/browse/WICKET-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647595#action_12647595 ] 

lankvelt edited comment on WICKET-1932 at 11/14/08 4:14 AM:
----------------------------------------------------------------------

Quickstart maven project to reproduce the issue.  Run mvn jetty:run-war and open http://localhost:8080/ie7eval.  When clicking the link, an alert should display 'xxx'.

      was (Author: lankvelt):
    Quickstart maven project to reproduce the issue.
  
> IE7 doesn't evaluate inline javascript without element id
> ---------------------------------------------------------
>
>                 Key: WICKET-1932
>                 URL: https://issues.apache.org/jira/browse/WICKET-1932
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.5
>            Reporter: Frank van Lankvelt
>            Assignee: Matej Knopp
>         Attachments: ie7eval.tar.gz
>
>
> The javascript as generated by the JavascriptUtils, is not evaluated by the IE7 eval().  An AJAX response with javascript, but no element id, does not lead to execution in Wicket.Head.Contributor.prototype.processScript.
> Prepending the SCRIPT_CONTENT_PREFIX with "//" seems to fix the problem.

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