tracker issue : CFB-3779414

select a category, or use search below
(searches all categories and all time range)
Title:

Invalid Token when cfinclude inside script tag

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/

Reporter/Name(from Bugbase): Henry Ho / henrylearn2rock (Henry Ho)

Created: 06/20/2014

Components: Editor Features

Versions: 3.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 3.0 Final /

Priority/Frequency: Minor / Some users will encounter

Locale/System: English / Win All

Vote Count: 0

Problem Description:

Invalid Token when <cfinclude> inside <script> in a .cfm


Steps to Reproduce:

<script>
	<cfinclude template="x.cfm">
</script>


Actual Result:

invalid token column 15.
missing ; before statement


Expected Result:

no error


Any Workarounds:
ignore the big fat red X on in the navigator

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3779414

External Customer Info:
External Company:  
External Customer Name: henrylearn2rock
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments:

JavaScript is parsed by a third-party JS parser. It flags error for tag ot # in script block. (Comment added from ex-user id:dsarkar)
Comment by Adobe D.
26959 | July 21, 2014 03:22:07 AM GMT