Closed pdehaan closed 8 years ago
This may be Nightly specific (but appear later in other channels). I got this installed/working today in FF Beta 44.0b9.
I'm now seeing this is Firefox Dev edition
I too can reproduce in today's FF DevEdition 46.0a2. It was working a few minutes ago in FF DevEdition 43.x (before I upgraded).
Looks like something probably changed w/ FlexBox or something between FF43 and FF46 that is breaking our layout.
UPDATE: Definitely looks like something that changed in FF46. Didn't see anything interesting in https://www.mozilla.org/en-US/firefox/46.0a2/auroranotes/, but I haven't trolled through "the complete list of changes in this release" via Bugzilla yet. I'm guessing whatever it is, it's riding the trains and will hit the other channels soon enough.
I haven't had time to investigate this, but i'm using the same flex mixin in another project and it looks fine in nightly...maybe we;re not closing a div somewhere? that can lead to this sort of chaos
Hhmm, I tested the full generated HTML in https://html5.validator.nu/ and it only came up with 4 errors and 2 warnings. Only potentially legit error was this:
Error: The element
header
must not appear as a descendant of theheader
element. From line 19, column 11; to line 19, column 18<header>
↩
But even when I changed that nested <header>
to a <div>
via devtools, it still renders as a odd vertical column.
@pdehaan @meandavejustice basically i used 'default' when i should have used 'initial' or 'row' as the flex-direction value. PR incoming
Than
Steps to reproduce:
Actual results:
Figure 1: Home page.
Figure 2: Details page.
NOTE: and because **6a68 asked this in IRC, here's my browser dimensions (1/2 screen width on a 24" Dell via my rMBP):