tracker issue : CFB-3806157

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

Problem descriptions, location of problems, and nature of problems are erroneous

| View in Tracker

Status/Resolution/Reason: To Fix//

Reporter/Name(from Bugbase): Rob Voyle / R J V (R J V)

Created: 08/14/2014

Components: Debugger

Versions: 3.0

Failure Type:

Found In Build/Fixed In Build: 3.0 Final /

Priority/Frequency: Major / Few users will encounter

Locale/System: English / Windows 7 32 bit

Vote Count: 2

Problem Description:I have multiple red crosses on some pages. sometimes on blank lines, with problems such as, illegaly formed XML syntax. ( I am actually using html 5) also get lots of "missing ; before statement" 

The problem is that it obscures actual problems and makes debugging problematic.
The actual pages run fine.

Steps to Reproduce: Just opening the page 

Actual Result: lots of erroneous misplace problem messages

Expected Result: Only actual errors would be listed in the right location.

Any Workarounds: None

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

Watson Bug ID:	3806157

External Customer Info:
External Company:  
External Customer Name: R J V
External Customer Email:  
External Test Config: My Hardware and Environment details:

Windows 7 standalone. New installation with latest updates installed

Attachments:

Comments:

here is a snippet: <cfif logData contains "||" or logData does not contain "|"> <cflocation url="webSignIn.cfm"> <cfelse> <cfset logArray=ListToArray(logData, "|")> </cfif> the <cfelse> has the problem message "missing ; before statement"
Comment by External U.
26865 | August 14, 2014 05:39:20 PM GMT
I'm having same issue on valid code (with a <cfinclude> tag). See attached screenshots.
Comment by External U.
26866 | September 15, 2014 03:52:14 PM GMT
Same problem here. Needs to be fixed.
Vote by extuser
26867 | September 16, 2014 04:22:47 AM GMT
Incorrect error flags, caused by presence of correct JavaScript (possibly <InvalidTag> tags) on the included page.
Vote by extuser
26868 | May 17, 2016 06:50:46 PM GMT