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 219917 - RE doesn't reflect property value change upon source change when the value was previously modified in RE
Summary: RE doesn't reflect property value change upon source change when the value wa...
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.3
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-11 13:21 UTC by Marek Fukala
Modified: 2012-10-12 02:05 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 Marek Fukala 2012-10-11 13:21:01 UTC
1) use this source:
.x {
color:red;
}

2) select the rule in a css file
3) modify color in RE
=> source is updated
4) modify the value in the source
=> RE still shows the old value (which was set by its UI)
Comment 1 Marek Fukala 2012-10-11 13:38:45 UTC
fixed in web-main#5be6de8a8ac7
Comment 2 Quality Engineering 2012-10-12 02:05:52 UTC
Integrated into 'main-golden', will be available in build *201210120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5be6de8a8ac7
User: Marek Fukala <mfukala@netbeans.org>
Log: #219917 - RE doesn't reflect property value change upon source change when the value was previously modified in RE