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 153464

Summary: Wrong toggle comment
Product: web Reporter: Marek Fukala <mfukala>
Component: CSS Visual ToolsAssignee: Denis Anisimov <ads>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Marek Fukala 2008-11-19 15:03:39 UTC
1) put following code into an empty css file:
h1{
    /*border-style: dashed dotted double groove;*/
|
    azimuth: behind center ;
    
}

2) invoke toggle comment at the marked position (denoted by | char)
=> you will get:

h1{
    /*border-style: dashed dotted double groove;*/
 */   
    /*azimuth: behind center ;
    
}
Comment 1 Denis Anisimov 2009-08-25 09:17:21 UTC
Cannot reproduce with latest NB build.