Philip Walton

Results 250 comments of Philip Walton

Thanks! Also, feel free to keep it open and we'll see if anyone else chimes in.

Oh, interesting, thanks! I never noticed that `` tags made a difference in my Flexbug 1 example. I'll update that demo and add IE 11 to the list.

Actually, I think I may have spoken too soon. I don't think this is an occurrence of flexbug 1 because I don't think it's ignoring the content when shrinking. Instead,...

I think this is definitely a bug. What's interesting is it only seems to happen with a nested flexbox. If you comment out the flex declaration on the wrapper element,...

Hmmm, it's very strange why `1px` works but not `0px`. I'm hesitant to suggest a workaround if I can't explain why it works. Any ideas?

Thanks for reporting. However, this issue does not contain all the information needed as outlined in the [reporting guidelines](https://github.com/philipwalton/flexbugs/blob/master/.github/ISSUE_TEMPLATE.md). Please update it with more information or close it if it's...

Sorry for the late response! The lack of IE bug report is no problem, but I'm a bit concerned about the workarounds proposed. The first one doesn't seem like a...

This is an issue I've encountered a lot with nested flexbox containers in IE10-11, unfortunately I haven't been able to generalize it enough to include in the main list. The...

@sotocodes which container are you referring to? `.first`, `.second`, or `.third` in the above example?

@sotocodes Can you make a demo showing that? It doesn't work for me. And btw, in this example both `.first` and `.second` are containers with overflowing content.