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 216522 - Run web project action opens browser with NetBeans integration
Summary: Run web project action opens browser with NetBeans integration
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-08 10:56 UTC by Jiri Skrivanek
Modified: 2012-08-09 07:43 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 Jiri Skrivanek 2012-08-08 10:56:20 UTC
If you run web project in Chrome, it opens page with NetBeans toolbar, if you run web project in Firefox, it just opens temporary page and nothing else (file:///C:/Users/JSKRIV~1/AppData/Local/Temp/blank1913113180819700714.html). To reproduce:

- open new project wizard
- choose "Java Web|Web Application"
- finish the wizard and run project

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:27:52 UTC
Is it possible that you have in your FireFox some very old version of NetBeans plugin? I cannot reproduce this problem and looking into the code I think you must have FF plugin installed.
Comment 2 David Konecny 2012-08-08 19:36:15 UTC
web-main#987a1f717917
I made the code more defensive and never enable advanced more in FireFox.
Comment 3 Jiri Skrivanek 2012-08-09 07:37:58 UTC
I am not aware of installing NetBeans plugin to Firefox. Anyway it works in NetBeans IDE Dev (Build EaselCSS-463-on-20120809). The question is whether it should open Chrome with NetBeans toolbar.
Comment 4 David Konecny 2012-08-09 07:43:08 UTC
(In reply to comment #3)
> The question is whether it
> should open Chrome with NetBeans toolbar.

I do not understand. We were talking about Firefox. How does "Chrome ..." relates to this?