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 132728 - wrong syntax highlight
Summary: wrong syntax highlight
Status: RESOLVED DUPLICATE of bug 133173
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-14 11:10 UTC by davideconsonni
Modified: 2008-10-08 16:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
wrong_syntax_hl.png (16.46 KB, image/png)
2008-04-14 11:11 UTC, davideconsonni
Details
page with default ide colors (180.36 KB, image/png)
2008-04-26 13:18 UTC, davideconsonni
Details
screenshot - wrong code coloring (5.35 KB, text/plain)
2008-06-27 06:58 UTC, Martin Fousek
Details
screenshot - wrong code coloring (5.35 KB, image/jpeg)
2008-06-27 06:58 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davideconsonni 2008-04-14 11:10:58 UTC
on this code:

            <select class="testo" name="page" id="<portlet:namespace/>page" 
            onchange="document.getElementById('<portlet:namespace/>mainform').submit();">  <---------- here
                <c:forEach var="page" items="${ARCS_MG_SEARCH_PRESSAREA_list_pages}">
                    <option value="<c:out value="${page}"/>"  <c:out value="${page ==
ARCS_MG_SEARCH_PRESSAREA_list_years_SELECTED ? 'SELECTED' : ''}"/>>
                            <c:out value="${page}"/>
                            </option>
                </c:forEach>
            </select>  


ide version:
Product Version: NetBeans IDE Dev (Build 080413)
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05
System: Linux version 2.6.24.2-smp running on i386; ISO-8859-1; en_US (nb)

see attached screenshot
Comment 1 davideconsonni 2008-04-14 11:11:29 UTC
Created attachment 60118 [details]
wrong_syntax_hl.png
Comment 2 Marek Fukala 2008-04-14 15:19:53 UTC
reproducible, problem #1 is that the .submit() methods is red underlined, problem #2 is the broken coloring of some
parts of the text
Comment 3 davideconsonni 2008-04-26 13:18:10 UTC
Created attachment 60721 [details]
page with default ide colors
Comment 4 davideconsonni 2008-04-26 13:19:34 UTC
sorry for the attachment. wrong ticket :(
Comment 5 pslechta 2008-06-03 13:37:02 UTC
Hello mfukala,

can you please fix this bug as soon as possible (till 09-Jun-2008), so it can be part of NB 6.1 patch 2?

Thanks!
Comment 6 pgebauer 2008-06-13 10:22:56 UTC
The issue didn't meet nomination criteria for 61patch2 till nomination cut-off
date. It has been moved to the next patch.
Comment 7 Martin Fousek 2008-06-27 06:56:55 UTC
reproducible problem with code coloring in 6.5M1
Comment 8 Martin Fousek 2008-06-27 06:58:29 UTC
Created attachment 63573 [details]
screenshot - wrong code coloring
Comment 9 Martin Fousek 2008-06-27 06:58:33 UTC
Created attachment 63574 [details]
screenshot - wrong code coloring
Comment 10 Marek Fukala 2008-06-27 08:31:43 UTC
if it is just the case of inline css style it is another problem I am aware of. Can you please confirm this? Originally
the whole areas of text in various locations were incorrectly colored. Is this still the issue or just what you attached?
Comment 11 Marek Fukala 2008-07-30 11:09:24 UTC
the inline style coloring problem reported by marfous already fixed
Comment 12 Marek Fukala 2008-07-30 11:13:24 UTC

*** This issue has been marked as a duplicate of 133173 ***
Comment 13 rbalada 2008-07-30 14:31:10 UTC
Can someone verify it's a duplicate? 
In case of positive verfication, please also remove the "61fixes3-candidate" keyword from status whiteboard and remove
sustaining from Cc:.

Thanks,
-R
Comment 14 rbalada 2008-08-06 15:59:08 UTC
This issue did not meet the criteria for inclusion in NetBeans 6.1 Patch 3.
Comment 15 rbalada 2008-10-08 16:42:00 UTC
Erasing from Sustaining team's radar.