Hacker News new | ask | show | jobs
by NathanKP 4476 days ago
@cgaebel The code for your blog seems to have a race condition in it where the content is all there on the page, its just invisible, and only appears properly about 1 in 10 times. Either that or maybe your code is just hanging because I'm not allowing it to load Google Analytics like it wants.

http://i.imgur.com/w1ZB7Qy.png

I'm using Google Chrome 33.0.1750.149 on Mac OS X. I had to open dev tools and tweak your CSS to get the invisible text to appear so I could read it.

2 comments

It's probably this (known) Chrome bug: https://code.google.com/p/chromium/issues/detail?id=336476

I've been hitting it a bunch lately too... Workarounds listed there seem to improve but not totally fix the issue unfortunately.

I ran into the same thing.

Turning the developer console on displayed the text for me, but I'm really not sure why.