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 170332 - Embedding aware toggle comment
Summary: Embedding aware toggle comment
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-13 15:57 UTC by Troy Giunipero
Modified: 2016-07-07 08:56 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Troy Giunipero 2009-08-13 15:57:11 UTC
In an HTML/JSP file, enter some <script> tags, e.g.:

<style type="text/css">
    error { line-height: inherit !important }
    label { line-height: 30px; }
    label.error { font-size: smaller; line-height: 20px; font-style: italic; }
    input.error { border: 1px dotted; line-height: 20px; }
</style>

Place cursor on any of the above style rules and press Ctrl-/ (Cmd-/ on Mac).  The syntax used is:

    <%-- --%>

should be:

    /* */
Comment 1 Marek Fukala 2009-08-18 10:10:49 UTC
known issue
Comment 2 Martin Balin 2016-07-07 08:56:40 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss