Page 2 of 2

Re: Categories View page not displaying on Pad Air 2

Posted: 19 Jun 2018, 22:37
by geppogiappo
Jan wrote: 19 Jun 2018, 12:32 Hi, yes, it seems like non standard browser have problems with flebox CSS rules :idea: IE11 is 5 yeard old browser, so maybe it should updated :idea:

FYI: Flexbox is important to have the items aligned in the same row, for example bottom buttons - in case two products have different height of box, the box will get the same height and the bottom items of all the boxes will be aligned in the same row:

Image

Jan
Hi Jan, I dislike both IE and Safari (and now, more than this :x ), but my friend (and, unfortunately, not only him), for which I'm going to deploy this web site, uses it (I suppose an old version of Safari).

FYI: In fact I had to review all text inside the cells to align their heights. But now everything seems to display fine!

Thank you very much you all 8)

Alex

Re: Categories View page not displaying on Pad Air 2

Posted: 20 Jun 2018, 16:38
by Jan
Hi, I have tested this:

FROM:

Code: Select all

display: flex;
flex: 1 1 100%;
TO:

Code: Select all

display: flex;
flex: 1 1 auto;
in IE and seems it can work too :idea:

Jan

Re: Categories View page not displaying on Pad Air 2

Posted: 22 Jun 2018, 15:41
by geppogiappo
Jan wrote: 20 Jun 2018, 16:38 Hi, I have tested this:

FROM:

Code: Select all

display: flex;
flex: 1 1 100%;
TO:

Code: Select all

display: flex;
flex: 1 1 auto;
in IE and seems it can work too :idea:

Jan
Hi Jan,

I uncommented the 2 lines and changed the line with "auto" value, as you kindly suggested.

Everything is ok with Firefox and Chrome. I'll try them soon on IE and Safari!!

Thank you very much!!

Alex

Re: Categories View page not displaying on Pad Air 2

Posted: 23 Jun 2018, 15:11
by Jan
Ok

Re: Categories View page not displaying on Pad Air 2

Posted: 01 Jul 2018, 12:02
by geppogiappo
geppogiappo wrote: 22 Jun 2018, 15:41
Jan wrote: 20 Jun 2018, 16:38 Hi, I have tested this:

FROM:

Code: Select all

display: flex;
flex: 1 1 100%;
TO:

Code: Select all

display: flex;
flex: 1 1 auto;
in IE and seems it can work too :idea:

Jan
Hi Jan,

I uncommented the 2 lines and changed the line with "auto" value, as you kindly suggested.

Everything is ok with Firefox and Chrome. I'll try them soon on IE and Safari!!

Thank you very much!!

Alex
Hi Jan,

it seems to be ok with IE but not with that Safari version.

I commented out the lines and now it seems fine.

Thank you very much.

Alex

Re: Categories View page not displaying on Pad Air 2

Posted: 01 Jul 2018, 13:05
by Jan
Ok, so this means because Safari doesn't support the flex feature, for all other browsers the feature with aligning items with flexbox will be skipped :-(

Jan

Re: Categories View page not displaying on Pad Air 2

Posted: 03 Jul 2018, 17:16
by geppogiappo
Jan wrote: 01 Jul 2018, 13:05 Ok, so this means because Safari doesn't support the flex feature, for all other browsers the feature with aligning items with flexbox will be skipped :-(

Jan
Probably it's a very old version of Safari.....

Alex

Re: Categories View page not displaying on Pad Air 2

Posted: 05 Jul 2018, 12:48
by Jan
Hi, yes, for me, really hard to say because after Safari cannot be installed on PC, I lost the connection to this browser :-(

Image

Jan