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 - using cc to add more values to one css property removes the previous one
Summary: using cc to add more values to one css property removes the previous one
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-14 11:10 UTC by Jindrich Sedek
Modified: 2008-04-28 13:37 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 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