Re: Chrome with NetBeans Connector Error

2018-10-26 Thread John Lavelle
Gj, Thanks for the link. I'll see if I get chance over the weekend to look at it. If not, next weekend is a long weekend in France, so I should get chance to look at it then (her indoors permitting :-) ). Best regards, John j...@jql.co.uk On Fri, 26 Oct 2018 at 16:41, Geertjan Wielenga wrote:

Re: Chrome with NetBeans Connector Error

2018-10-26 Thread John Lavelle
I have a work-around. - Run the project or page in NetBeans. - Click OK to get rid of the error - Click on the HTML file in the project and make it the current tab - In the CSS Styles/Selection window a button "Run index,html" (or the name of your page) will appear - click on it

Re: Chrome with NetBeans Connector Error

2018-10-26 Thread Geertjan Wielenga
Here are the source of the plugin, donated to Apache, so it's all good, pull requests welcome: https://github.com/apache/incubator-netbeans/tree/master/webcommon/extbrowser.chrome/plugins/chrome Gj On Fri, Oct 26, 2018 at 7:23 AM Bayless wrote: > That seems to be right. I recently got an updat

Re: Chrome with NetBeans Connector Error

2018-10-26 Thread Bayless
That seems to be right. I recently got an update to Chrome on Linux Mint and started getting the same error. It didn't bother me though so I just ignored it. I'm sure the same will happen on Ubuntu. On 10/26/18 9:16 AM, John Lavelle wrote: Yes, I'm using the latest version of Chrome and Chromi

Re: Chrome with NetBeans Connector Error

2018-10-26 Thread John Lavelle
Yes, I'm using the latest version of Chrome and Chromium on all platforms. If you find the code for the Connector and want someone to look at it, I'll certainly give it a go. Best regards, John j...@jql.co.uk On Fri, 26 Oct 2018 at 16:07, Geertjan Wielenga wrote: > Basically the problem is th

Re: Chrome with NetBeans Connector Error

2018-10-26 Thread Geertjan Wielenga
Basically the problem is that you've upgraded Chrome to some version that the Connector does not support. Either you need to downgrade to a level where the Connector supports it or we need to update or tweak the Connector somehow. Not sure where that source code is nor whether it has been donated o

Chrome with NetBeans Connector Error

2018-10-26 Thread John Lavelle
Hi, I've started to get an error when using Chrome with the NetBeans Connector. The error is: *Browser refused to debug this tab.* *Close Chrome Developer Tools (or any other browser debugger) and try again.* To replicate: Create an HTML page and use Chrome with NetBeans Connector in the projec