-
Notifications
You must be signed in to change notification settings - Fork 71
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
No inline-block with IE <=10 #24
Comments
wonder if it's related to #23 |
Can you link me to the tool you are using for testing? I know it works on ie <10 because it's used in production on many sites and I tested it myself in vms and on browserstack. |
IE-tester which I also used in the past and IECollection to verify it again. |
@pwFoo can you share your markup please? At least just the grid parts. |
Hi @leejordan |
I am on a mac and it looks like neither of those applications will work on mac. Can you post a screenshot perhaps? I test on a vm and browserstack and on the demo page I can see that I still get an intact inline-block grid on non flexbox browsers although some of the features do not have fallbacks. For example you won't get same height divs, and auto width columns do not work but for the most part, layout is almost exactly the same. If you look at the main documentation page which only contains the grid and nothing else you should see an intact grid all the way back to ie7: http://leejordan.github.io/reflex/docs/index.html (apart from the auto columns which don't have a fallback) |
Demo grid (http://leejordan.github.io/reflex/docs/index.html) works with Win7 IE-Tester with all the browsers! Don't know why other demo doesn't worked... Thanks. It was important to see it basically works with IE8+ as grid (with inline block fallback). |
Ok so what has happened here is when adding some of the demos I have added on some extra css on top of the core grid which doesn't fall back so well. I will take some time to sort this out because it makes me look bad :) |
Hello,
I tested your reflex demo with IE-Tester, but no inline-blocks with IE <=10? So just the flexbox native support for modern browsers?
What's about columns with IE 8/9 or 10?
Regards
The text was updated successfully, but these errors were encountered: