Create account

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