ata comments on Official Less Wrong Redesign: Call for Suggestions - Less Wrong

20 Post author: Louie 20 April 2011 05:56PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (565)

You are viewing a single comment's thread.

Comment author: ata 20 April 2011 09:22:21PM 2 points [-]

Not exactly a design issue, but still a matter of user experience: if a thread gets too deep and the site shows a "Continue thread" (or whatever it says) link, that link should load the rest of the thread into the current page using JavaScript, instead of sending you to a separate page to continue it.

(This may or may not be worth doing in an AJAXly way; it may work fine to just include the entire thread in the markup originally sent by the server, hide it with CSS by default, and have the link render it visible.)

Comment author: Alicorn 20 April 2011 09:24:16PM *  1 point [-]

How would you handle the increasing narrowness? Systems that enable really narrow comments are ugly to read. Livejournal's solution of drifting really narrow comments off to the right after the minimum width has been reached is really ugly and I don't know of any others.

Edit: Maybe the deep chunk of thread could float on top of the rest of the page somehow? (It'd have to be moveable and possible to scroll it alone)

Comment author: ideclarecrockerrules 20 April 2011 09:55:22PM 0 points [-]

Two separate links, perhaps?