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 19248 - Improper color used for XML Value in XML editor
Summary: Improper color used for XML Value in XML editor
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Jiri Mzourek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-10 01:18 UTC by jhoffman
Modified: 2003-07-02 08:39 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 jhoffman 2002-01-10 01:18:17 UTC
Currently the color values for XML Value is (255,0,255) -- fushia on white
background
SGML Declaration (255,200,0) -- yellow on white background

The XML value color (fushia) is unreadable in an error situation,
since the error annotation line is a deep orange. The default for this color 
should be changed to the color used for the Java String Literal, a darker 
maroon (153,0,7)

These colors are defined in the Options window, 
under Editing > Editor Settings > XML Editor, then clicking the 
"Fonts & Colors" property editor.
Comment 1 jhoffman 2002-01-10 01:24:30 UTC
Ignore the line about SGML Declaration (it is irrelevant here)
Comment 2 _ lkramolis 2002-01-10 09:23:38 UTC
Color (255,0,255) was changed to (153,0,7) at "XML Attribute Value"
and also "DTD Value" syntax items.
Comment 3 jhoffman 2002-01-10 19:01:50 UTC
The value should be 153,0,107
Very sorry for the mistake.
Comment 4 _ lkramolis 2002-01-10 19:13:34 UTC
Applied.
Comment 5 Martin Schovanek 2002-01-22 10:49:18 UTC
VERIFIED
Comment 6 Quality Engineering 2003-07-02 08:39:07 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.