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 234657

Summary: [dark theme] too bright colors in tag file with Norway Today
Product: javaee Reporter: Vladimir Riha <vriha>
Component: JSPAssignee: Marek Fukala <mfukala>
Status: VERIFIED FIXED    
Severity: normal Keywords: NO74
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

Description Vladimir Riha 2013-08-20 13:49:24 UTC
Created attachment 138922 [details]
screenshot

Please check the screenshot, in JSP it is OK, but in tag file EL expressions and <%! %>, <% %> and <%= %> are too bright


Code from screenshot:

<%@tag isELIgnored="false"  description="put the tag description here" pageEncoding="UTF-8"%>

<%-- The list of normal or fragment attributes can be specified here: --%>
<%@attribute name="message"%>

<%-- any content can be specified here e.g.: --%>
<%! void test() {
    }%>
<div>Nothing here</div>
<% test();%>
<h2>${message}</h2>
<div>

</div>


Product Version: NetBeans IDE Dev (Build 201308182300)
Java: 1.7.0_40; Java HotSpot(TM) Client VM 24.0-b55
Runtime: Java(TM) SE Runtime Environment 1.7.0_40-b39
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Marian Mirilovic 2013-08-23 13:53:23 UTC
Dark themes were moved to the NetBeans Update Center for NB 7.4
Comment 2 Martin Fousek 2013-12-13 13:08:13 UTC
Fixed in web-main #47abcc46b376.
Comment 3 Quality Engineering 2013-12-14 05:11:27 UTC
Integrated into 'main-silver', will be available in build *201312140002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/47abcc46b376
User: Martin Fousek <marfous@netbeans.org>
Log: #234657 - [dark theme] too bright colors in tag file with Norway Today
Comment 4 Vladimir Riha 2013-12-16 16:46:15 UTC
Thank you, verified

Product Version: NetBeans IDE Dev (Build 201312160002)
Java: 1.8.0-ea; Java HotSpot(TM) Client VM 25.0-b61
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b119
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)