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 147888 - "Force Install" button is disabled
Summary: "Force Install" button is disabled
Status: RESOLVED INVALID
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Quy Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-22 15:19 UTC by Roman Mostyka
Modified: 2008-09-22 18:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of wronly disabled button. (59.30 KB, image/jpeg)
2008-09-22 15:23 UTC, Roman Mostyka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-09-22 15:19:26 UTC
1. Create web application with JSF framework.
2. Add some JavaScript file.
3. Start FireFox and debug application with !FireFox!.
4. Click "OK" in "Install FireFox Add-on" dialog.

Result: "Force Install" button in "Close FireFox to Continue" dialog is disabled. To make it enabled need click dialog.
Comment 1 Roman Mostyka 2008-09-22 15:23:55 UTC
Created attachment 70217 [details]
Screenshot of wronly disabled button.
Comment 2 Quy Nguyen 2008-09-22 18:38:29 UTC
The button is disabled intentionally and becomes enabled after 10 seconds.  In all currently known cases, pressing the
'Force Install' button will cause the debugger to not function correctly until the browser is restarted.  It was left in
there because there is no guarantee that the check used to determine if Firefox is running will work with future
versions of Firefox.

The dialog should also disappear if you actually close all your Firefox browser windows, so it should not be necessary
to press the 'Force Install' button.