-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
IE Support (I hate to ask this) #468
Comments
Same story here. IE support (9, 10, 11) is unfortunately quite vital for us so it would be nice to get some clarification to this issue. |
Didn't dig to far into this, but looking at ie10 it looks like just doing The issue is triggered in places like this. https://github.com/callemall/material-ui/blob/master/src/js/app-bar.jsx#L50 |
Possibly related Issue from Bootstrap-Tour: sorich87/bootstrap-tour#214 |
IE11 looks good for me if |
Hey everyone! @hai-cea might know more information about IE support, so I'll leave it to him to answer in more detail. In the mean time, I'll submit a pull request to fix the |
Found a several issues in IE11:
|
I'm curious. I would imagine the type of clientele call-em-all has (churches, schools...) would make IE support a high priority. Is this not the case? |
Does MUI basically works in IE10? |
As far as i can see 90% of components work fine in IE9. However it look like nothing will work on IE8. I think i would use this for projects that don't require IE8 As far as @mikesimkin comments, sliders seem to work fine on IE9 and IE10 however they are jumpy (Not an issue if the user is on IE they are used to it) Also switches do work but again its not going to be nearly as smooth as a good browser. |
any movement on this? without an offical specification im guessing allot of projects cannot use this library |
The answer is, Material-UI is moving towards using *http://caniuse.com/#search=flex I'll make this a docs issue - just need to figure out the best place to put it. 😄 |
Just to add -- we will have a higher focus on cross browser compatibility (where we can with the tech we're choosing to use) once we reach 1.0 |
thank you MS... thank you so very much :-) |
Where can we find list of current supported(tested) browsers? Need to know if we can adopt this or not :) |
@sontek I would take this to be the defacto list: http://caniuse.com/#feat=flexbox Some components will work with older browsers, but that isn't guaranteed in future versions as we continue to adopt flexbox. |
@mbrookes Yeah, the reason I asked was because of flexbox. As you can see from that page you linked there is no version of IE that implements flexbox properly and so I'm wondering if you are explicitly saying IE will not be supported or if you'll at least be supporting IE and working around their flexbox bugs. |
@sontek IE 11 is the only version of IE supported by Microsoft on Windows desktop, and that version has enough |
@mauricio28 Can we close this issue? |
I wouldn't close it without updating the docs to describe what @mbrookes said above. "IE 11 is the only version we will be supporting" or something like that. This is definitely a developers point of view and not a pragmatic view of the actual usage of each browser but if thats what the project is going to do then they should document it or more people will just re-open or recreate this ticket. |
[citation needed] 😄 http://caniuse.com/#feat=flexbox 94% of browsers support flexbox. It's a tradeoff for sure, but supporting a browser that the browser vendor doesn't is an uphill battle that we don't have the resources for as a volunteer team.
Please submit a PR for that. |
A minimum browser support of IE11 is ok when considering normal demographics such as http://caniuse.com. Although IE9, IE10 and IE11 have large usage spikes during office hours. |
@nathanmarks @oliviertassinari we've found some text overlap issues in |
@hhaidar I'm wondering why we actually use
|
@oliviertassinari yea seems to look at the same without translate3d/perspective, I'll open a PR in a bit. |
Closing in favor of #1865. |
Ok, I hate to be that guy, but I can't see anyone on the issues that has asked the IE support question. So here it is. Does this awesome framework have any support for the bastard children (IE9, IE10, & IE11). If so, how good is it? I just tried to pull up (http://callemall.github.io/material-ui/#/) on an IE9 VM and IE10 VM. It could not even load the page. Does anyone else have this on their radar, or have any input on this? Do I require polyfills? If so which? If there are any docs on browser support, please point me towards them.
I would like to use this framework, but the overlords are concerned with IE support, so I must be as well. Anyway, regardless of this, awesome job. Hopefully I can use this at some point in time. Thanks in advance for any input.
The text was updated successfully, but these errors were encountered: