Status/Resolution/Reason: To Fix//
Reporter/Name(from Bugbase): Christopher Tierney / CFJSGeek (Christopher Tierney)
Created: 06/13/2014
Components: Editor Features
Versions: 3.0
Failure Type:
Found In Build/Fixed In Build: 3.0 Final /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Windows 7 SP1 64-bit
Vote Count: 4
Problem Description:
CFML Code validation for <script> is throwing a "syntax error" and "illegally formed XML syntax" errors on correct JavaScript.
Steps to Reproduce:
Create .cfm page, write code and save:
<!DOCTYPE html>
<html>
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/js/libs/jquery-1.8.3.min.js"><\/script>')</script>
</head>
</html>
Actual Result:
"syntax error" and "illegally formed XML syntax" error icons and description in gutter
Expected Result:
No error thrown
Any Workarounds:
None
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3775884
External Customer Info:
External Company:
External Customer Name: CFJSGeek
External Customer Email:
External Test Config: My Hardware and Environment details:
ColdFusion Builder 3.0.0.289809
Attachments:
Comments: