Hacker News new | ask | show | jobs
by mradmin 4176 days 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

1 comments

I'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!