Closed rmg closed 12 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.
Probably $chat_in.scrollTop($chat_in.innerHeight()) instead of $chat_in.scrollTop($chat_in.height())..
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.