-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KUI webpack UI fails to display on Microsoft Edge browser with v5.1.7 #3014
Comments
thanks for the bug report. this seems to come about due to an upgrade of a dependence (electron-context-menu) that itself upgrade one of its dependences; that transitive dependence (cli-truncate v2.0.0) included a change that is incompatible with edge. this dependence isn't needed for webpack builds, so we will find a way to remove it. if not, we can always downgrade the version of that dependence. |
this should resolve an issue with spawn-electron's dependence on electron-context-menu, which has a dependence on cli-truncate that (with v2.0.0 of cli-truncate) is no longer compatible with edge. Fixes kubernetes-sigs#3014
this should resolve an issue with spawn-electron's dependence on electron-context-menu, which has a dependence on cli-truncate that (with v2.0.0 of cli-truncate) is no longer compatible with edge. Fixes #3014
thanks! can you try to figure out the call stack that leads to this error? |
Can you point a browser against your webpack sample? That might make it easier to find in your own test environment? |
i'm still trying to figure out how to get a windows vm to talk to a web server running on the enclosing host. i did experiment with a webpack build to see if the offending code would ever load. on firefox, i have yet to see this happen. |
also electron-squirrel-starutp Fixes kubernetes-sigs#3064 the former is causing problems with Edge Fixes kubernetes-sigs#3014
also electron-squirrel-starutp Fixes kubernetes-sigs#3064 the former is causing problems with Edge Fixes kubernetes-sigs#3014
This might be helpful to find these issues during dev/test time. |
this should resolve an issue with spawn-electron's dependence on electron-context-menu, which has a dependence on cli-truncate that (with v2.0.0 of cli-truncate) is no longer compatible with edge. Fixes #3014
seems good now. we should figure out how to lock this down. |
Describe the bug
When displaying our webpack version of KUI served up from a proxy running in a Kubernetes pod container on a Microsoft Edge browser, the UI fails to display due to an error.
SCRIPT1028: SCRIPT1028: Expected identifier, string or number main.f5ff389ec0d128f0e162.bundle.js (216282,3)
Expected behavior
The UI should display on the Edge browser.
Screenshots

System
The text was updated successfully, but these errors were encountered: