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 217004 - NetBeans does not detect extension re-enabling
Summary: NetBeans does not detect extension re-enabling
Status: RESOLVED DUPLICATE of bug 217267
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-08-17 08:37 UTC by Vladimir Riha
Modified: 2012-12-30 11:42 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 Vladimir Riha 2012-08-17 08:37:03 UTC
Here's what I did:

- run page in Chrome (extension is installed and enabled)
- close the browser's tab
- disable extension in Chrome
- run file again

=> I get the message about disabled extension and that I have to enable it. So I enabled the extension and run file again

=> the same warning message saying that extension is disabled is displayed


Product Version: NetBeans IDE Dev (Build EaselCSS-512-on-20120816)
Java: 1.7.0_06; Java HotSpot(TM) Client VM 23.2-b09
System: Linux version 3.2.0-29-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Denis Anisimov 2012-10-25 10:53:20 UTC
The source of the issue is the same as issue 217267.
NB reads Chrome plugin descriptor (file on the FS) to find 
installed/enabled extension.
Chrome in-memory descriptor is not immediately synchronized with 
the FS descriptor. 
Mentioned dialog doesn't appear after a while.
I don't think we are able to ask Chrome directly for its plugin state bypassing
descriptor file reading.

*** This bug has been marked as a duplicate of bug 217267 ***