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 149382

Summary: Color of unmatched HTML tag is disturbing
Product: web Reporter: Petr Jiricka <pjiricka>
Component: HTML EditorAssignee: Marek Fukala <mfukala>
Status: RESOLVED WONTFIX    
Severity: blocker CC: olangr, ppisl
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description Petr Jiricka 2008-10-07 15:28:46 UTC
1. Create a HTML file
2. Type the following inside the body tag:
       <table>

=> the tag will be colored as red, which is disturbing and makes the code hard to read. The red color is used as an
indication that the tag is unmatched, but at the same time, an exclamation mark is displayed in the gutter and the tag
has a wavy underline, which is a sufficient warning that something is wrong. Red color of the tag feels excessive.
Comment 1 Marek Fukala 2008-10-07 15:58:24 UTC
I have already filed issue 148605 - "Unmatched area is hard to read" to the editor. Could be fixed by not marking the
unmatched tag at all so the user would distinguish the un-matched tag byt non-presence of the yellow background. I am
not sure if this is doable though. I still think the proposed lighter color would be better. Another option proposed by
pjiricka would be to red-highlight just the openening and closing symbol, not including the tag name.
Comment 2 Marek Fukala 2008-11-18 14:27:19 UTC
main issue is 148605
Comment 3 Quality Engineering 2009-11-02 11:15:07 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX