Facing issue in protractor script execution after ag-grid version upgraded to 25.3 - protractor

Facing issue in protractor script execution after ag-grid version upgraded to 25.3
Protractor version 7.0.0
Application angular version 12
ag-grid version 25.3
I am trying to test on Chrome
My scripts were working fine when ag-grid version was lower that 25.3 but now after developer updated ag-grid version scripts are not working and I am getting error of script timeout whenever trying to perform operations on grid(note it is giving problem when grid is in editable mode)

I don't know what ag-grid is, but what you probably need to do is to disable waiting for angular before interacting with grid and enabling it back when done
await browser.waitForAngularEnabled(false); // to disable
// interact with your grid
await browser.waitForAngularEnabled(true); // to enable
console.log(await browser.waitForAngularEnabled()); // to log current state
but make sure the page is angular ready before you turn off this feature in protractor, otherwise it won't work
Refer to https://stackoverflow.com/a/66111219/9150146 for more info

Related

Metronic v7 Angular Demo1 upgrade to v8

I'm currently upgrading Angular to the latest Metronic going from v7 to v8. Im noticing that, a lot of missing components like the subheader and wizard 3 etc. How do we get around these issue when upgrading?
Thank you
I've Tried to read metronic documentation but there wasn't a useful response

Netbeans plugins site is down rendering netbeans useless

I'm using Netbeans 11.1 and need to a open a JS file in my project.
I need to install the Oracle JS Parser for Netbeans which I cannot do so because the site - plugins.netbeans.org is down. I'm getting this error -
Networking problem in
http://plugins.netbeans.org/nbpluginportal/files/nbms/1552395301_org-netbeans-libs-oracle-jsparser.nbm
Is there anyway I can install it manually otherwise I cannot resume work with netbeans rendering it useless.
The issue you are encountering was a bug in the released version of NetBeans 11.1. See Bug Report NETBEANS-2903 Warning - could not install some modules: Nashorn Integration - No module providing the capability com.oracle.js.parser.implementation could be found. 19 further modules could not be installed due to the above problems.
You have two options to fix this:
Upgrade to NetBeans 11.2 or later, where the problem does not exist.
Download and install the plugin yourself on NetBeans 11.1 by going to Tools > Plugins > then clicking the Settings tab, then the Add button. In the Update Center Customizer window enter any descriptive text in the Name field, in the URL field enter https://netbeans.apache.org/nb/plugins/11.1/catalog.xml.gz and then click OK. However, I just tried that, and got the error "Unable to connect ... because of Unexpected end of file from server". That connection may come good at any time, or it may be that you can no longer reliably access the plugin libraries for older versions of NetBeans.
So your only immediate solution is to upgrade to any newer version of NetBeans. That's desirable anyway, because you will get other bug fixes as well as this one. And if you move to NetBeans 12.x you will also get added functionality, and be able to use more recent versions of the JDK.
Also, as a separate but related matter, you were using an http URL rather than an https URL for your download. I'm not certain, but I doubt if that will work now; if you are not using a secure link you should expect failure, and in any case it looks like you were using a URL for NetBeans 8 rather than NetBeans 11.

Do I need to upgrade my ag-grid to newer version if there's any version upgrade for angular?

If I upgrade the angular version of my project to the latest one, do I need to upgrade my ag-grid version also to the latest one to make it work? Or, my ag-grid will work without any change?
Generally, an old version will work without change.
I'm currently using version 20.2.0 with Angular 8 (the current ag-grid version is 23.1.0).
I'm not sure what will happen if you try to use an older version with Angular 9, using the Ivy Renderer. I expect that it will work ok, but I haven't tried it yet.

WebDriver: Why latest versions of Eclipse and Selenium Server is not compatible with latest version of Firefox

I tried to execute a script in WebDriver with following latest versions of Eclipse, Selenium Server and Firefox, only Firefox gets executed and script does not execute further:
Eclipse Luna Service Release 2 (4.4.2)
Selenium JAR selenium-server-standalone-2.45.0
Firefox 36.0.4 and Firefox 38 beta version
However, when I used Firefox 32.0, Scripts runs completely.
What could be the technical reason behind non-compatibility of latest Firefox version with Latest Eclipse and Selenium JAR?
Please see here in the changelog. It seems that mozilla has rewritten some of there apis which is now not available but selenium relied on this.
Changelog
v2.45.0
Important changes in this release:
Native events in Firefox relied on an API that Mozilla no longer provides. As such, fall back to synthesized events on recent Firefox
versions.
I have been looking for the latest firefox version supported. Other people have found the same problem and are rolling back to using v35.0.1 see here

DNN javascript error during installation on step 2

I am new to DNN CMS , I have installed the latest version 7.2 but on installation steps
on step 2 while the product is being installed, it keeps loading but no progress.
I opened the firebug and noticed that there are javascript errors [Json parse error].
As below image shows:
Any idea/solution will be appreciated.
the latest version of DNN is 7.3.2 abd you probably should be using that one. Also make sure that the server meets the DNN requirements and that your browser supports javascript