This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 224568 - JsParser editor error is hidden when anoher script tag exist
Summary: JsParser editor error is hidden when anoher script tag exist
Status: RESOLVED DUPLICATE of bug 225442
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-07 12:15 UTC by Martin Fousek
Modified: 2013-02-18 09:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2013-01-07 12:15:38 UTC
Product Version: NetBeans IDE Dev (Build 20130107-acdf56413ebf)
Java: 1.6.0_23; Java HotSpot(TM) 64-Bit Server VM 19.0-b09
Runtime: Java(TM) SE Runtime Environment 1.6.0_23-b05

This issue is reported on the base of the issue #223883#c3. When you have source like:
<script type="text/javascript" language="javascript1.2" charset="ISO-8859-2">
    <!--
    EnableElementIfNotZero('save', $('#id_doccat').val());
    -->
</script>

<script type="text/javascript" language="javascript1.2" charset="ISO-8859-2">
a=2;
</script>

The JS parsing error is not shown in the editor and only the file is marked as buggy in the project tab.
Comment 1 Petr Pisl 2013-01-07 14:05:07 UTC
Not enough time to fix it in NB 7.3 timeframe.
Comment 2 Petr Hejl 2013-02-13 12:26:21 UTC
Works now.

*** This bug has been marked as a duplicate of bug 225442 ***
Comment 3 maxym 2013-02-13 18:51:56 UTC
Is the fix already integrated and available through Latest Developement Build Repo (deadlock.netbeans.org) or should I download complete package?

There was a bunch of updates last days, but this error seems not been fixed to me. Then I'm not sure it is proper marked as duplicate (original issue was related to smarty templates)
Comment 4 maxym 2013-02-18 09:36:33 UTC
I can confirm finally it has been fixed.