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 230896 - Do not replace the whole aggregated property value when item from dropdown is selected
Summary: Do not replace the whole aggregated property value when item from dropdown is...
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-07 05:11 UTC by Marek Fukala
Modified: 2014-10-06 13:26 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2013-06-07 05:11:17 UTC
1)
.clz {
  border: solid black;
}

2) in the rule editor select blue from the dropdown
=> the prop.declaration is changed to: border: blue.

Ideally just the corresponding part should be replaced:
border: solid blue;

If there's no corresponding item then it should be added to proper place.