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

Summary: Wrong HTML error indication
Product: web Reporter: ale4349koc <ale4349koc>
Component: HTML EditorAssignee: Marek Fukala <mfukala>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***