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 127376

Summary: using cc to add more values to one css property removes the previous one
Product: web Reporter: Jindrich Sedek <jsedek>
Component: CSS Visual ToolsAssignee: Marek Fukala <mfukala>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jindrich Sedek 2008-02-14 11:10:03 UTC
use this code:
----------------------
h1{
    background: bottom |
}
----------------------
set cursor possition at possition of "|"
invoke cc
select no-repeat
press Enter -> bottom is replaced by no-repeat
----------------------
h1{
    background: no-repeat
}
----------------------
but no-repead should be appended
Comment 1 Marek Fukala 2008-02-14 20:36:55 UTC
fixed in javascript2 repo

there is "remaining" problem that the completion doesn't work for multi values like font-variant: "v1", "v2", ... but
this is separated issue. The dataloss is fixed.
Comment 2 Jindrich Sedek 2008-02-25 14:37:20 UTC
verified - issue 127656 remains