-
Notifications
You must be signed in to change notification settings - Fork 827
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
Does IE 11 support lightningdesignsystem with LWC ( Salesforce Lighting Web Component ) ? #667
Does IE 11 support lightningdesignsystem with LWC ( Salesforce Lighting Web Component ) ? #667
Comments
This is quite strange! While IE 11 has only partial support for Flexbox, it's surprising to see certain components here completely collapsed. A few questions:
Thanks! |
@alexiscordova @stefsullrew I can see from salesforce official documentation that they will end support for IE11 by Dec 2020. So is it advisable to use IE11 with lighting design system?
Also, it would be helpful if could share more information, like what are the changes we need if we want to support IE11. Important: We are using salesforce LWC |
@narendrasinghrathore @alexiscordova the use of LWC could be the answer there. I don't have any working knowledge of LWC in IE11, but from reading the docs I'm wondering if this app is in an unsupported experience where the polyfills are not being activated? |
@narendrasinghrathore - just following up, were you ever able to figure out your issue here? |
@kflournoy-sf It was because of css grid not supported and partial support for flex on IE11 for which there is no polyfill support provided by Salesforce lwc library. |
@kflournoy-sf Any update here? |
@narendrasinghrathore Are you seeing this issue using a lightning web component, or just the design system HTML from the blueprint? |
@kflournoy-sf Most with design system HTML from the blueprint i.e. 70 % and some with web components i.e. 30% |
@narendrasinghrathore are you able to provide an example chunk of markup that reproduces the issue in the SLDS blueprint portion of the markup? |
@narendrasinghrathore - just checking in, are you able to provide the code sample as @Dottenpixel requested above? |
@Dottenpixel & @kflournoy-sf Apologies for delay in reply, as now I am working on different project and framework, I cannot provide the markup also it was on client VM machine, so no access. |
lightning design system CSS classes styling not working on IE11
Below is the screenshot, left side chrome and the right one is IE11.
Is something we are missing to support IE11 or
Is it something that .slds classes of lightning design system doesn't support IE11?
Does lighting design system work on CSS grid, variables, flexbox, etc and IE11 doesn't support that?
Can you please confirm?
Thanks
The text was updated successfully, but these errors were encountered: