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 font changes result in flickering #71

Closed
Vaguery opened this issue Nov 5, 2014 · 4 comments
Closed

Responsive font changes result in flickering #71

Vaguery opened this issue Nov 5, 2014 · 4 comments

Comments

@Vaguery
Copy link

Vaguery commented Nov 5, 2014

The demo site is set up to detect media widths in rem, and respond by changing the font size.

At the default font size (I suppose 16px, in Safari?), whenever the window is between about 600px and 760px, the layout flickers. For other browser font sizes (for instance, zooming the typeface), the exact values are slightly different... but the result is that the response triggers its own undoing.

In other words, the font size reduces (and the line length grows), and then the font size grows (and the line length reduces)... and so on, forever.

@nickserv
Copy link
Contributor

nickserv commented Nov 5, 2014

I an confirm this is an issue in Safari 6.1.6. I haven't been able to reproduce this in Firefox or Chrome, though.

@ghost
Copy link

ghost commented Feb 28, 2015

I'm seeing the same issue on iOS 8.1.3 with Chrome and Safari. Mobile WebKit apparently doesn't like rem sizing yet on mobile.

@ghost
Copy link

ghost commented Feb 28, 2015

Also, the Poole and Hyde themes don't have this issue on mobile.

@mdo
Copy link
Member

mdo commented Apr 19, 2015

Master fixed this—after I moved from rems to ems in the media queries. Will have the demo site updated soon.

@mdo mdo closed this as completed Apr 19, 2015
noahfkennedy added a commit to noahfkennedy/noahfkennedy.github.io that referenced this issue Oct 5, 2021
noahfkennedy added a commit to noahfkennedy/noahfkennedy.github.io that referenced this issue Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants