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

fix(ie11): add ie11 to autoprefixer, add grid: autoplace #8215

Merged
merged 2 commits into from
Mar 31, 2021

Conversation

tw15egan
Copy link
Member

Closes #6919
Refs #8176

Adds ie >= 11 to our browser matrix, also enables the grid: autoplace feature of autoprefixer. There are some known caveats. If someone could test these in IE11 that would be great (I do not have access at the moment)

Changelog

New

  • grid: autoplace feature of autoprefixer

Changed

  • ie >= 11 to our browser matrix

Testing / Reviewing

Any changes should just be scoped to IE11. A quick search of the compiled css shows 18 instances of the new -ms-grid vendor prefix. The following components should be tested in IE11:

  • FileUploader (.bx--file__selected-file)
  • Inline Listbox / Dropdown (.bx--list-box__wrapper--inline and .bx--list-box__wrapper--inline .bx--form-requirement)
  • Modal (.bx--modal-container, .bx--modal-header)

@tw15egan tw15egan requested a review from a team as a code owner March 29, 2021 18:01
@netlify
Copy link

netlify bot commented Mar 29, 2021

Deploy preview for carbon-elements ready!

Built with commit c57d708

https://deploy-preview-8215--carbon-elements.netlify.app

@netlify
Copy link

netlify bot commented Mar 29, 2021

Deploy preview for carbon-components-react ready!

Built without sensitive environment variables with commit c57d708

https://deploy-preview-8215--carbon-components-react.netlify.app

@wkeese
Copy link
Contributor

wkeese commented Apr 5, 2021

Thanks for the fix. FWIW, I did try to test this on IE11, from the link you gave, but Storybook itself won't run on IE; I think it needs some polyfills / transpilation.

@tw15egan tw15egan deleted the ie11-grid-fallback branch March 3, 2022 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modals with lots of content don't size correctly on IE
4 participants