History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-9354
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Maxim Mossienko
Reporter: Yegor Yarko
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

"Unresolved Variable" incorrect javascript warning after HTML comment inside script

Created: 08 Aug 06 16:05   Updated: 21 Sep 06 23:08
Component/s: JavaScript
Fix Version/s: Demetra 6.0.2

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. unresolvedVariableAfterCOmment.gif
(4 kb)

Build: 5,594
Fixed in build: 5,736
Severity: Low


 Description  « Hide
See the screenshot in attachment.
The code:
-------
<html>
<body>
<script language="JavaScript" type="text/javascript">
<!--
var images = new Array();

images[images.length] = "1";
<!-- images[images.length] = "2"; -->
images[images.length] = "3";
// -->
</script>
</body>
</html>
-------
is run OK by browsers, but produces "Unresolved Variable" for "images" variable in IDEA.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.