Create account

replied 2033d
Simon Van Gelder
I believe pop-ups got popular because websites got heavy and slow, and they were a way to avoid reloading pages. Memo's minimalistic interface should be fast enough to allow reloads.
Simon Van Gelder
replied 2033d
When scrolling large pages, it is nice to be able to view a single thread and not loose your place on the parent page.
replied 2033d
Good point.

When you navigate back, the browser restores the scroll position on the page you left, so this would also be the UX with full page reloads.
replied 2033d
Restoring the scroll position doesn’t always work when JavaScript is used to render a page. I am not a fan of single page apps because they often break these subtle features.
Simon Van Gelder
replied 2032d
Scroll position is maintained (and need not be restored) if the thread opens in a modal.