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)" <ji...@apache.org> on 2014/12/29 20:47:13 UTC

[jira] [Commented] (TAP5-2339) Ajax exception frame complains about "Function expected" in IE8

    [ https://issues.apache.org/jira/browse/TAP5-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14260368#comment-14260368 ] 

Howard M. Lewis Ship commented on TAP5-2339:
--------------------------------------------

Can we definitely say whether this happens in IE > 8?

For IE 8 it may be a lost cause.

> Ajax exception frame complains about "Function expected" in IE8
> ---------------------------------------------------------------
>
>                 Key: TAP5-2339
>                 URL: https://issues.apache.org/jira/browse/TAP5-2339
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.4
>            Reporter: Chris Poulsen
>
> It is the following code that fails: 
> <script type="text/javascript">require(["t5/core/pageinit"], function(pi) { pi([], ["bootstrap/collapse","t5/core/zone"]); });</script>
> Apparently "require" is the object it is instantiated to be (init config), not the product of require.js being loaded.
> To reproduce create a T5.4 quickstart app and throw a RuntimeException in void onAjax() (Index.java).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)