IE11 does not work
See original GitHub issueLoading graphiql in IE11 does not appear to work. The GUI appears but interacting with it fills the console with errors.
Typing in the query box procudes a lot of:
Unable to get property 'updateSizes' of undefined or null reference
File: graphiql.min.js, Line: 1, Column: 24155
Hitting the run button gives:
'Promise' is undefined
File: react.min.js, Line: 14, Column: 17120
I tried it with 3 different versions of IE11 on 2 different windows 7 computers.
- IE 11.0.9600.18204 (update version 11.0.28)
- IE 11.0.9600.18230 (update version 11.0.29)
- IE 11.0.9600.17843 (update version 11.0.20)
My server setup was just done a few days ago:
{
"dependencies": {
"dataloader": "^1.2.0",
"express": "^4.13.4",
"express-graphql": "^0.5.1",
"graphql": "^0.5.0",
"graphql-sequelize": "^1.1.1",
"lodash": "^4.12.0",
"mysql": "^2.10.2",
"sequelize": "^3.23.1"
},
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"graphiql": "^0.7.1",
"react": "^15.0.2",
"react-dom": "^15.0.2"
},
and
[root@]# node --version
v6.1.0
[root@]# npm --version
3.8.6
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Troubleshoot Internet Explorer 11 (IE11) - Microsoft Learn
Guidance about how to troubleshoot and help fix instability problems, where IE crashes or seems slow or where Digital Rights Management (DRM) ...
Read more >Internet Explorer 11 has retired and is officially out of support ...
After 25+ years of helping people use and experience the web, Internet Explorer (IE) is officially retired and out of support as of...
Read more >Microsoft Will Retire Internet Explorer 11 in June 2022 ... - InfoQ
Microsoft recently announced that the Internet Explorer 11 desktop application will be retired on June 15, 2022, for certain versions of ...
Read more >SOLVED: Internet Explorer 11 Not Responding - Appuals
Solution 1: Install any and all available Windows updates · Solution 2: Run the Internet Explorer troubleshooter · Solution 3: Run a few...
Read more >Internet Explorer retires on June 15 - what can developers do?
There is an IE11 compatibility mode to support legacy apps, but it may not work exactly the same. This legacy mode is supported...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m not sure if it’s out in
npm
yet, or what that process looks like, but should be dropping soon@ofbeaton this is fixed now that https://github.com/graphql/graphiql/pull/189 is merged. We should probably close this as I can verify functionality in both IE11/IE10.
Thanks!