Using Chrome on Win 7 x64. If I click on a post number and copy the permalink for that post and then try to open it in a new window, the post that the page scrolls to after loading is not the correct post. Just wanted to make you aware of it Shawn in case you hadn't noticed. Thanks.
Seems to be working for me... for example: https://forums.digitalpoint.com/thr...your-why-where-and-how.2637220/#post-18498232 Do you have an example URL where it's not? I wonder if it's scrolling before images in the thread are loaded or something, which then changes the vertical placement of things once they load in...
Ok just tried it with another one and didn't work again for me. Here's the permalink that I tried: https://forums.digitalpoint.com/threads/graphic-needed-prize-now-25.2678111/page-3#post-18711702 I think you're right about the scrolling before images are loading.
Probably won't be able to get it 100% accurate all the time because of some slow loading images, but I just made some changes to make it so it should at least work right with images that load in reasonable timeframes.
Ah yeah that seems to be working much better now! Thanks. If you don't mind sharing I'd be interested in knowing what you did exactly to fix it.
Basically just wrapped what we were already doing inside a JavaScript load() event handler... which gets fired (in theory) after images load.