[css-d] Chrome Flex Issue

2018-04-16 Thread Tom Livingston
Listers, Can anyone help me see what is wrong with the flex layout on this page: https://tomliv.com/css-d/flex-issue/ The grid of radios looks as desired in FF and Safari but Chrome isn't happy. I'm sure my noob experience with Flex is the root of the issue, but I can't see what the fix is. Als

Re: [css-d] Chrome Flex Issue

2018-04-16 Thread Tom Livingston
FYI, I can no longer reproduce the odd thing mentioned below, so I guess I'll chalk it up to aliens. The flex issue continues, however. On Mon, Apr 16, 2018 at 11:15 AM, Tom Livingston wrote: > > Also, on a related note, if I click the radios in FF I see two blue > tear-drop shapes on either

Re: [css-d] Chrome Flex Issue

2018-04-16 Thread Tom Livingston
After some poking around, I discovered that Chrome doesn't like display:flex; on a fieldset. If I add a div around the elements that are direct children of the fieldset, and set flex on that, all is well. Does this sound right/wrong to you? Is it a bug? On Mon, Apr 16, 2018 at 11:15 AM, Tom Liv

Re: [css-d] Chrome Flex Issue

2018-04-16 Thread Tom Livingston
After some googling, it appears to be an ongoing bug for Chrome. If you looked at this, thanks. Otherwise, keep walking. Nothing to see here. Sorry for the noise. On Mon, Apr 16, 2018 at 4:44 PM, Tom Livingston wrote: > After some poking around, I discovered that Chrome doesn't like > displa