Create account

Simon Van Gelder
replied 2076d
On the contrary, ajax is preferred on my side.
replied 2076d
... But I guess I'm in the minority, so I should probably hope for an API instead. :-)
replied 2076d
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 2076d
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 2076d
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 2076d
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 2076d
Scroll position is maintained (and need not be restored) if the thread opens in a modal.