rmg / space.chat

A trivial Websockets chat server/client
http://space-chat.herokuapp.com/
1 stars 0 forks source link

Scrolling doesn't work after second page #6

Closed rmg closed 12 years ago

rmg commented 13 years ago

The chat area scrolls to the end when there are new messages.. until there are more than two "pages" of chat. After that, it only scrolls to the second "page" on every new message, which is backwards for most cases.

rmg commented 13 years ago

Probably $chat_in.scrollTop($chat_in.innerHeight()) instead of $chat_in.scrollTop($chat_in.height())..