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 - [60cat] style builder add an extra Semicolon
Summary: [60cat] style builder add an extra Semicolon
Status: RESOLVED DUPLICATE of bug 120701
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@webservices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-03 22:48 UTC by franci
Modified: 2007-11-04 13:03 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 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 ***