I have an idea, you see the green bits on the post bubble, they are drawn using your GPU. Also the animation for the linkify badge is passed to the GPU.
So it would seem it's a browser rendering issue. I can force a browser reflow that will repaint the elements. I did something similar long time to address a bug regarding chrome's font rendering. Pretty sure the same approach will work.
I'll look into it now, but since I can't reproduce it (glad about that tbh) it's only going to be a guess.
Pages 50, 51, 52 are good to test on. It's not likely to find pages that heavy elsewhere that also cover pretty much all types of embeddable content.
I'll get to work on an update right now
Edit: Just wondering does resizing the browser make the elements visible?
02-May-2015 14:35:36
- Last edited on
02-May-2015 14:59:01
by
Indecent Act
http://i.imgur.com/0OUEbGh.png
This is my clue. That's a long period of time (I guess it's to be expected on those pages but I think it's long enough to cause issues). The major things that trigger a redraw have well truly happened long before that event.
There is no more changes that will cause a reflow. RS Linkify is made to reduce reflows by design (as many unnecessary reflows are bad).
I'm guessing that because of the time elapsed and the fact no block elements have technically changed that the browser assumes it's all rendered.
Let me now how it goes because I have another thing to try if it doesn't help.
These buttons http://puu.sh/hyO87.jpg have become unresponsive at the top of every thread I've visited so far. The ones at the bottom work fine. They also work fine (top and bottom) when viewing a forum section's home page - only on threads do the buttons located at the top refuse to detect input, they're just.. dead.
.