-
Notifications
You must be signed in to change notification settings - Fork 800
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
Build: Dashboard, Instant Search, Blocks broken in IE11 #14273
Labels
Admin Page
React-powered dashboard under the Jetpack menu
[Feature] Search
For all things related to Search
[Pri] High
[Type] Bug
When a feature is broken and / or not performing as intended
Milestone
Comments
jeherve
added
[Type] Bug
When a feature is broken and / or not performing as intended
Admin Page
React-powered dashboard under the Jetpack menu
[Pri] High
[Feature] Search
For all things related to Search
Instant Search
labels
Dec 20, 2019
Merged
@jsnajdr recently merged Automattic/wp-calypso#38531 -- an update to |
Yep, waiting on Renovate to hit us up with a PR soon :) |
I can't seem to build Jetpack with Calypso Build 6.0.0:
|
1 task
Blocks & Search bundles were mentioned fixed. Did the Jetpack dashboard also get fixed? |
Yes, it works well in IE11 in my test. |
mmtr
added a commit
to Automattic/wp-calypso
that referenced
this issue
Mar 26, 2020
Brings back the "can update homepage" step to the signup E2E tests (removed in #40391) with a few amendments: - D40692-code added a new task to the top of the checklist, so the "Update your homepage" task is no longer open by default. The signup tests open now that task before trying to update the homepage from "My Home". - Block editor is closed after performing the checks to ensure that next steps ("can delete the plan"/"can delete our newly created account") don't fail because the masterbar is not present. This needed to initialize the editor in order to dismiss the welcome guide modal and make the close button clickable. Note that the close button is not displayed on mobile, so on such devices we just navigate back. - Invalid blocks are checked in IE11 now that Jetpack blocks are working again (Automattic/jetpack#14273).
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
[Feature] Search
For all things related to Search
[Pri] High
[Type] Bug
When a feature is broken and / or not performing as intended
Originally reported in 4578-gh-jpop-issues
All our bundles are currently broken in IE11, as more and more of our dependencies we rely on use ES6, which can't be used in IE11.
There are different ways to solve that problem.
In the past, we have made an exception and transpiled modules that shipped with ES6:
#12511
#12541
Calypso does that for multiple modules:
https://github.com/Automattic/wp-calypso/blob/5d143f1e7f4d96ddf833db4e0c42c0598d9406aa/webpack.config.js#L126
A potential solution that would work for everyone could be to rely on
calypso-build
to do that work for us:Automattic/wp-calypso#33496
Automattic/wp-calypso#33492
The text was updated successfully, but these errors were encountered: