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 217272 - [css model] remove Model.saveIfNotOpenInEditor() and related code
Summary: [css model] remove Model.saveIfNotOpenInEditor() and related code
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.3
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-23 07:28 UTC by Marek Fukala
Modified: 2014-10-06 13:27 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2012-08-23 07:28:38 UTC
introduced by a hotfix of #216988.

solution could be:
1) Add Model.saveDocument() method so client may save the document changes upon Model.applyChanges()

2) Possibly add some model listener to replace LiveUpdater.update()