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 - Wrong toggle comment
Summary: Wrong toggle comment
Status: RESOLVED WORKSFORME
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-19 15:03 UTC by Marek Fukala
Modified: 2009-08-25 09:17 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 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.