Skip to content
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

Dashboard: Not Displaying in IE 11 #12407

Closed
tmmbecker opened this issue May 17, 2019 · 2 comments · Fixed by #12463
Closed

Dashboard: Not Displaying in IE 11 #12407

tmmbecker opened this issue May 17, 2019 · 2 comments · Fixed by #12463
Assignees
Labels
Admin Page React-powered dashboard under the Jetpack menu Customer Report Issues or PRs that were reported via Happiness. Previously known as "Happiness Request". [Pri] High [Type] Bug When a feature is broken and / or not performing as intended
Milestone

Comments

@tmmbecker
Copy link

In 2035678-zen, the user reports that the Jetpack dashboard is blank in IE 11. I am able to replicate.

This user is blind and uses the Dolphin Supanova screen reader, which only fully works in IE.

Per the customer:

currently Dolphin are working on Chrome to try making it work there and so far it is about 50% working so unfortunately currently I can only work with IE.

There are no issues with Edge but the Dolphin Supanova doesn't work with that either.

There is a known issue with IE 11 in that the developer tools cause the tab to freeze - I've tried this many times now - so I'm not able to check the console for any errors.

Steps to reproduce the issue

  1. Open IE 11
  2. Go to Jetpack → Dashboard on a site with a Pro plan
  3. Note that no information is displayed

What I expected

I should see the full Jetpack dashboard.

What happened instead

No information

Screenshots

image (1)

@tmmbecker tmmbecker added [Type] Bug When a feature is broken and / or not performing as intended [Focus] Accessibility Improving usability for all users (a11y) Admin Page React-powered dashboard under the Jetpack menu labels May 17, 2019
@matticbot matticbot added Customer Report Issues or PRs that were reported via Happiness. Previously known as "Happiness Request". labels May 17, 2019
@dereksmart dereksmart removed the [Focus] Accessibility Improving usability for all users (a11y) label May 17, 2019
@kraftbj
Copy link
Contributor

kraftbj commented May 17, 2019

@tmmbecker If you still have the IE11 box setup, can you check the console log for any errors and post them here? Just read the entire report. Sorry! 😬

@kbrown9
Copy link
Member

kbrown9 commented May 23, 2019

I can confirm this issue in IE11 without a Pro plan. Luckily, developer tools didn't cause any problems for me! I saw this error in the console log:

SCRIPT1010: Expected identifier
File: admin.js, Line: 1, Column: 199710

Column 199710 is at the rest parameter ... in this statement:
t.log=function(...e)

And, it looks like the ES6 rest parameter isn't supported by IE11; see this ECMAScript 6 Compatibility Table.

I hope this is useful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Admin Page React-powered dashboard under the Jetpack menu Customer Report Issues or PRs that were reported via Happiness. Previously known as "Happiness Request". [Pri] High [Type] Bug When a feature is broken and / or not performing as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants