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 227713

Summary: NetBeans icon in Chrome toolbar disappears sometimes
Product: ide Reporter: Petr Jiricka <pjiricka>
Component: ExtbrowserAssignee: Jan Stola <jstola>
Status: RESOLVED FIXED    
Severity: normal CC: jstola, tmysik
Priority: P3 Keywords: RANDOM
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Errors in the NB Connector console
All messages in the NB Connector console

Description Petr Jiricka 2013-03-20 12:08:07 UTC
Created attachment 132835 [details]
Errors in the NB Connector console

It happened to me several times that the NetBeans page action disappeared from the Chrome address bar. I.e. after running an application, the yellow infobar informing the user that NetBeans Connector is debugging the tab appeared (as expected), but the NetBeans icon on the address bar did not.

I am attaching the log file of the NetBeans extension - not sure if that's helpful.

The workaround is either to restart the browser, or to disable and enable the NetBeans connector - after that it starts working correctly.
Comment 1 Petr Jiricka 2013-03-20 12:09:05 UTC
Created attachment 132836 [details]
All messages in the NB Connector console

Also attaching the entire output, not just errors.
Comment 2 Tomas Mysik 2013-06-06 07:53:10 UTC
Honzo, could you please have a look at this issue? From the log, it seems that we are trying to hide page icon from non-existing tab (that is BTW something different than Petr wrote in the initial description). I don't see anything suspicious but the code is quite complex, moreover if it is a random issue...

Thanks a lot.
Comment 3 Jan Stola 2013-06-13 09:15:33 UTC
The logic that hides the page action has been rewritten recently by http://hg.netbeans.org/web-main/rev/ec6a62b3e828 I am not able to reproduce the described problem in the latest build. Hence, I am closing this issue as fixed.