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 215732 - Problems w/ handling of disabled NB extension
Summary: Problems w/ handling of disabled NB extension
Status: RESOLVED WORKSFORME
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-19 17:57 UTC by lxlyons
Modified: 2012-10-24 12:15 UTC (History)
1 user (show)

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 lxlyons 2012-07-19 17:57:36 UTC
When you disable the NB extension in Chrome and run, you get an Alert with an error indicator telling you to enable it.  We should NOT be showing this; it is the user's decision to disable it.  Even worse, we show it every single time the user runs.

And worst of all:  my page no longer renders *at all* in Chrome.  I need to re-enable the NB extension to even run my page in Chrome.

The user should be free to disable the extension and run her project in Chrome without any problems.
Comment 1 Denis Anisimov 2012-10-24 12:15:15 UTC
There are different browser types at the moment. Some of them has an IDE
integration and the others don't have.
Browsers with integration is supposed to work with plugin installed and enabled.
So it is legal to show the dialog for such browsers.
One could choose browser without IDE integration and there will be no any alerts.