IE 11
SmartGWT 4.0p
We are using a third party library yfiles for html with SmartGWT for some graphical display in our UI. The graphical display works perfectly fine in Chrome and Firefox but in IE 11 it throws a javascript exception in one of their functions. The third party vendor has a set of javascript libraries that are loaded at runtime. It seems that some of the code in those libraries is clashing with code in the SmartGWT javascript libraries. After reporting the issue to them below is a summary of their response:
***** BEGIN ******
The "root" cause seems to be the combination of IE, GWT, SmartGWT, and yFiles - each seem to run fine on their own, but as soon as they come together, the code behavior becomes unpredictable and undeterministic. My suspicion is SmartGWT is to blame, but I have not proof for that. It's the only tool we are not familiar with and the first third party component that causes problems if used in conjunction with yFiles.
. We have never before seen issues like this before and as soon as you take out SmartGWT everything works correctly. This and the fact that SmartGWT heavily pollutes the Javascript public API makes us *think* it's SmartGWT, but it can as well be IE itself
*******END******
I can provide a standalone program that reproduces the issue if needed. Do you have any comments to the assessment made by the 3rd party vendor? Has anyone reported anything similar to what is being described above?
Thanks,
Tony
SmartGWT 4.0p
We are using a third party library yfiles for html with SmartGWT for some graphical display in our UI. The graphical display works perfectly fine in Chrome and Firefox but in IE 11 it throws a javascript exception in one of their functions. The third party vendor has a set of javascript libraries that are loaded at runtime. It seems that some of the code in those libraries is clashing with code in the SmartGWT javascript libraries. After reporting the issue to them below is a summary of their response:
***** BEGIN ******
The "root" cause seems to be the combination of IE, GWT, SmartGWT, and yFiles - each seem to run fine on their own, but as soon as they come together, the code behavior becomes unpredictable and undeterministic. My suspicion is SmartGWT is to blame, but I have not proof for that. It's the only tool we are not familiar with and the first third party component that causes problems if used in conjunction with yFiles.
. We have never before seen issues like this before and as soon as you take out SmartGWT everything works correctly. This and the fact that SmartGWT heavily pollutes the Javascript public API makes us *think* it's SmartGWT, but it can as well be IE itself
*******END******
I can provide a standalone program that reproduces the issue if needed. Do you have any comments to the assessment made by the 3rd party vendor? Has anyone reported anything similar to what is being described above?
Thanks,
Tony
Comment