Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

responsive grid problem with ice dragon browser (a clone of firefox) #26

Closed
pknadella opened this issue Aug 22, 2014 · 5 comments
Closed

Comments

@pknadella
Copy link

It seems to be a problem generating page on Ice Dragon browser (a clone of firefox), but was working as intended with firefox. i attached the screenshots from ice dragon browser on win8.1 with 1366*768 resolution.
Img1
Im2

@rhukster
Copy link
Member

We've tested extensively with Firefox and it works fine in that browser, here's the same area running on Windows 8.1:

https://dl.dropbox.com/s/u3uyaladu9u98w4/IE11_-_Win8.1_-_Parallels_Desktop_2014-08-22_15-00-22.jpg

There's only so much we can do especially with all these browsers built on webkit, gecko etc. The screenshots you posted focus on areas of the site that use flexbox, but that should be supported in Firefox 22+, are you running the latest version of Ice Dragon?

http://css-tricks.com/snippets/css/a-guide-to-flexbox/

I think overall your browser is pretty obscure, I find very little mention of it on the internet, and even most browser testing tools do not have it as an option.

@rhukster
Copy link
Member

We've added a flex-wrap fallback for those browsers that are too old to support it. Can you try getgrav.org again? Thanks!

@pknadella
Copy link
Author

I too checked on firefox, its working perfect. But the problem still persists in ice dragon, i am having the latest version of the browser. It says its built on firefox 26.

is Grav using some modified version of purecss? it seems to be a responsive grid problem, right? but purecss grids are working fine in this browser....anyway you are right, the browser is so obscure. I guess it can be ignored......I just wanted to help, so just posted what I have observed.

@mahagr
Copy link
Member

mahagr commented Aug 26, 2014

You may still help us by trying to figure what's going on. I think the issue might be that we're using flex on top of the pure CSS, which isn't supported by older browsers. Maybe Ice Dragon has a bug in its implementation?

@rhukster
Copy link
Member

We've added support for this case where flex: no-wrap is not supported. Also this exposed a bug in minify library we are using, which we've also tracked down and fixed. Tricky!

@w00fz w00fz added this to the 0.9.1 Release milestone Sep 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants