When visiting https://material-ui.com/layout/grid/ and comparing the resulting page in IE11 with what appears in chrome there are clear layout issues visible which undermine confidence in this library's ability to support IE11.
Particular issues occur in the top-right "page contents" area, the CSS Grid Layout example, and the white-space: nowrap; example.
Expected Behavior
Page should render correctly. See Chrome for example.
Current Behavior
Page renders improperly.
Steps to Reproduce
Compare https://material-ui.com/layout/grid/ in IE11 vs Chrome (latest)
Context
Our team is trying to use Material UI for a complex application that requires IE11 support and noticed that performance, in particular with the layout and the menu, was also unacceptably slow. We also noted that the Material UI team states they are supporting unit tests in the following browsers but IE11 is omitted:
Material-UI has 1200+ unit tests running on Chrome 49, Firefox 45, Safari 10 and Edge 14.
Can we expect these issues to be addressed in the future or does the Material UI team anticipate dropping support for IE11 entirely? This would help us plan for the future.
Your Environment
| Tech |
Version |
| Material-UI |
v3.5.1 |
| Browser |
IE11 |
When visiting https://material-ui.com/layout/grid/ and comparing the resulting page in IE11 with what appears in chrome there are clear layout issues visible which undermine confidence in this library's ability to support IE11.
Particular issues occur in the top-right "page contents" area, the CSS Grid Layout example, and the white-space: nowrap; example.
Expected Behavior
Page should render correctly. See Chrome for example.
Current Behavior
Page renders improperly.
Steps to Reproduce
Compare https://material-ui.com/layout/grid/ in IE11 vs Chrome (latest)
Context
Our team is trying to use Material UI for a complex application that requires IE11 support and noticed that performance, in particular with the layout and the menu, was also unacceptably slow. We also noted that the Material UI team states they are supporting unit tests in the following browsers but IE11 is omitted:
Material-UI has 1200+ unit tests running on Chrome 49, Firefox 45, Safari 10 and Edge 14.
Can we expect these issues to be addressed in the future or does the Material UI team anticipate dropping support for IE11 entirely? This would help us plan for the future.
Your Environment