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 168368 - Wrong HTML error indication
Summary: Wrong HTML error indication
Status: RESOLVED DUPLICATE of bug 166677
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-09 19:00 UTC by ale4349koc
Modified: 2009-07-09 19:26 UTC (History)
0 users

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 ale4349koc 2009-07-09 19:00:26 UTC
Product Version: NetBeans IDE 6.7 (Build 200906241340) 
Java: 1.6.0_13; Java HotSpot(TM) Client VM 11.3-b02 
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)
[code]
<select name="lang" id="lang" class="sele">
   <option value="RU" <%= Lang.equals("RU") ? " selected" : ""%>>Russian</option>
   <option value="EN" <%= Lang.equals("EN") ? " selected" : ""%>>English</option>
</select>
[/code]
Included example indicates “Unmatched tag” for both “<option>” tags, but it is not true. As a result of this error the
“<select>” tag indicates “The tag content is unresolved...”. 
NB 6.5.1 does not show any error for that code.
Comment 1 Marek Fukala 2009-07-09 19:26:39 UTC
I belive this is a duplicate of Issue #166677 (Multiple false errors) which is already fixed in trunk. The fix is also a
part of netbeans 6.7 patch 1 so please use this patched release once available. Thanks for the report.

*** This issue has been marked as a duplicate of 166677 ***