7 ms·
I'm working on a project that uses flexbox heavily and the layout was not tested in IE during the development process. (I guess the developers assumed IE11 was
by mradmin 12y ago
I'm working on a project that uses flexbox heavily and the layout was not tested in IE during the development process. (I guess the developers assumed IE11 was modern enough!) I joined the project late, and my task was to get the layout to work in IE11. Oh my what a task it was.
Anyway, here are some bugs I found (specifially related to IE11): https://gist.github.com/badsyntax/6eb3a74d35e52373c17c https://gist.github.com/badsyntax/6eb3a74d35e52373c17c
- freshyill 12y agoI've been going all-in on flexbox, knowing full well that I'm going to have to manage these IE11 issues. Well, it's just about time to pay the piper. This will be very helpful, thanks!