Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Flex difference between Chrome and Firefox

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #201159
    rkostin
    Participant

    Yikes! Look at this in both Chrome and Firefox.

    http://codepen.io/rkostin/pen/doPzEM

    Firefox keeps the content separated. Chrome screws it up.

    With mixed results, I’ve been playing with flex-shrink, flex-grow, and flex-basis, but nothing I’ve found makes this layout act similarly in both modern browsers. Is this a Chrome bug?

    #201160
    Paulie_D
    Member

    Don’t the children need to be display:flex too?

    http://codepen.io/Paulie-D/pen/QbwqLB

    #201161
    rkostin
    Participant

    I’ve never seen the need to put flex on the child elements too, but doing so kinda works with this example. Thanks!

    At least the two elements stay on their own sides now, but it looks like there’s another problem between Firefox and Chrome with the way they handle the height of the IMG.

    Still though, other content (not an image on the left side) …not so good.
    http://codepen.io/rkostin/pen/yNyzyZ

    #201193
    eminer1254
    Participant

    There’s no need to set the children to flex in this case.
    The issue you’re seeing on Chrome is not showing up in Chrome Canary v 44.0.2383.0 So, it looks like a bug they fixed.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.