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 216539

Summary: Unwanted autorun on save
Product: web Reporter: Jiri Skrivanek <jskrivanek>
Component: HTML ProjectAssignee: David Konecny <dkonecny>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description Jiri Skrivanek 2012-08-08 13:42:34 UTC
Each time a file in client side project is saved a new Chrome tab is opened and previously run html file is shown. It is not possible to turn it off. It happens with "Chrome - No Netbeans Integration" config. To reproduce:

- open new project wizard
- select "HTML/JavaScript|HTML Application"
- finish wizard with defaults
- create new html file in project
- call "Run File" on created html file ("Chrome - No Netbeans Integration")
- change something in editor and save the file
- a new Chrome tab is opened with refreshed html
- close Chrome
- change something in editor and save the file
- a new Chrome instance is opened

Product Version: NetBeans IDE Dev (Build EaselCSS-455-on-20120808)
Java: 1.7.0_06; Java HotSpot(TM) 64-Bit Server VM 23.2-b09
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 David Konecny 2012-08-08 19:23:06 UTC
I fixed this last night in web-main#d671727e0bd0 - the AutoRefresh (in OFF state) did not work for "Chrome" option either.
Comment 2 Jiri Skrivanek 2012-08-09 07:13:41 UTC
Verified in NetBeans IDE Dev (Build EaselCSS-463-on-20120809).
Comment 3 Jiri Skrivanek 2012-08-10 09:20:06 UTC
Again reproducible in build 474. Autorefresh is enabled by default for all configurations (see changeset in bug 216569).
Comment 4 David Konecny 2012-08-13 01:57:09 UTC
Sorry about that! Good testing.
e18fe0ae3775
Comment 5 Jiri Skrivanek 2012-08-13 08:47:09 UTC
Verified in NetBeans IDE Dev (Build EaselCSS-480-on-20120813).
Comment 6 Quality Engineering 2012-09-03 13:03:50 UTC
Integrated into 'main-golden', will be available in build *201209031048* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e18fe0ae3775
User: David Konecny <dkonecny@netbeans.org>
Log: #216539 - Unwanted autorun on save