Hacker News new | ask | show | jobs
by Atomskun 1476 days ago
Can I scroll up to a thread to the first message without Javascript running to fetch previous posts? We had this in the 00-ties.

It would also be great if I can Ctrl+F to use my browser's search feature to look through all messages instead of relying on a dynamic JavaScript one.

1 comments

Yes, you can do the first one. There's a post scrubber on the right hand side of any thread with buttons for top and bottom.

Disclaimer: Flarum core dev

They're asking if posts are loaded in and out with Javascript as you scroll.
Yes they are. When you scroll outside of the currently loaded results, a new set of results will be loaded using ajax/xhr.