PredixDev / predix-webapp-starter

A web application starter kit built on Polymer, Web Components, NodeJS and Predix UI Components
https://predix-webapp-starter.run.aws-usw02-pr.ice.predix.io
Other
61 stars 75 forks source link

Crashes and Not working in IE (Using IE-11) #15

Closed siripuramrj closed 6 years ago

siripuramrj commented 6 years ago
  1. Crashes in InternetExplorer-11, very slow, even if i hit on side bar menu it does not respond, responds when I hit enter in the address bar.

  2. While logging in with UAA I get a blank white screen with no response. I hit enter again on address bar it responds. Please Check: whitescreen

  3. Not getting charts, data, refresh button and lot more on top bar.(https://rmd-ref-app.run.aws-usw02-pr.ice.predix.io/#/rmd) UserName: app_user_1, Password: app_user_1 Please Check: nodata

  4. Not only in cloud, I tried it in local-host, it still crashes in IE.

gstroup commented 6 years ago

Strange. We have automated tests running every day testing Chrome, Firefox, Edge, and IE 11. We haven't seen failures like this. We see occasional time outs when the network is slow. Is this an intermittent problem? Or is it reproducible?

siripuramrj commented 6 years ago

Perfectly reproducible. These are the steps that I followed to run locally:

  1. git clone https://github.com/PredixDev/predix-webapp-starter.git
  2. cd predix-webapp-starter
  3. npm install
  4. bower install
  5. gulp dist
  6. gulp (or) gulp --dist //tried both In IE, the app hangs and does not work.(Have attached a video) In Firefox & Chrome it works well. Note: My laptop config is 8GB, core-i5, 2.2GHZ And youtube runs in my IE, why is this APP crashing ? Please help. (Cant upload video here)
gstroup commented 6 years ago

we released a new version today, that we've tested in IE 11. The only known issue is px-breadcrumbs don't work in IE 11. Let us know if it's still not working for you.