You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In IE11 if you have the WC polyfills and tradeshift-ui together in a spawned app by ts.io, if you leave the app and somehow close its iframe you would get the following error:
Unable to get property 'getPrototypeOf' of undefined or null reference
in some cases it's only happening when developer tools is open in some other all the time.
To reproduce
You need to open the developer tools in IE11 first
Spawn an app (we used the app store app to spawn tasklist app for testing)
Close this app by moving to another app or calling the submit method of ts.io
Framework usage
React v16.11.0
Desktop (please complete the following information):
OS: Windows
Browser: IE
Version: 11
Additional context
The part triggering ts-ui ts.io issue in IE11
Describe the bug
In IE11 if you have the WC polyfills and tradeshift-ui together in a spawned app by ts.io, if you leave the app and somehow close its iframe you would get the following error:
in some cases it's only happening when developer tools is open in some other all the time.
To reproduce
Framework usage
React v16.11.0
Desktop (please complete the following information):
Additional context
The part triggering ts-ui ts.io issue in IE11
Line 181 of gui.Document.js
which ends in gui.Action.js , _dispatch method! and the exact line causing the issue line 394
The value for msg:
spiritual-action:{"target":null,"type":"gui-action-document-unload","data":"http://localhost:5000/v4/apps/Tradeshift.TaskList/","direction":"ascend","global":true,"instanceid":"key256436221"}
The text was updated successfully, but these errors were encountered: