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 121075

Summary: [60cat] style builder add an extra Semicolon
Product: javaee Reporter: franci <franci>
Component: CodeAssignee: issues@webservices <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description franci 2007-11-03 22:48:38 UTC
[ BUILD # : 200711020000 ]
[ JDK VERSION : 1.6.0_02 ]


1. create a new css file, so you get this

root 
{ 
    display: block;
}

2. put the cursor in the "display:block" line

3. select in the style builder, orange color for font.

4. you get this

root 
{ 
    display: block;;
    color: orange;
    
}
Comment 1 goeh 2007-11-03 23:19:27 UTC
Or another variant:
Select Border->All->solid from the style builder, you get this:
root
{
    display: block;;;
    border-right-style: solid;;
    border-left-style: solid;;
   border-bottom-style: solid; 
    border-top-style: solid;
}
Comment 2 Roderico Cruz 2007-11-03 23:27:15 UTC
Not a websvc bug. Changing the component to web.
Comment 3 Jindrich Sedek 2007-11-04 13:03:38 UTC
already reported and also fixed yesterday.
Thanks for filling it.

*** This issue has been marked as a duplicate of 120701 ***