Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.0-beta1
-
None
-
Windows Vista, Internet Explorer 8
Description
Internet Explorer does not render <script> tags inside templates (<Template>).
Example:
...
<Template>
...
<script type="text/javascript">
// some javascript here
</script>
</Template>
...
Seems like it has been fixed 2.0.2 (SHINDIG-1412, revision 999892), but still occurs in 3.0.0-beta2. It fails with the following exception:
LOG: jsexec EXCEPTION: [object Error] at [object] with function anonymous(a_, b_) {
with (a_) with (b_) return os.doTag(this, "...", "...", $this, $context)
}
Attachments
Attachments
Issue Links
- is related to
-
SHINDIG-1412 Internet Explorer does not display external taglibraries in template
- Reopened