Incognitus wrote:Make sure you're restarting Adium completely. Also you might need to upgrade to 10.5.10.4 (the latest). Other than that, not sure. It's working for me. I have 10% less work rage today already.drbobbeaty wrote:I tried these changes onIncognitus wrote:I think Trolan is on to something. Here is my current change:
I changed nearBottom to just return 1, just to see if we're modifying the right stuff, and auto scroll is now working for me. So just need to find the correct check for nearBottom. Or not. I don't really see a negative to just have it return 1 and always scroll.Code: Select all
//Auto-scroll to bottom. Use nearBottom to determine if a scrollToBottom is desired. function nearBottom() { //return ( document.body.scrollTop >= ( document.body.offsetHeight - ( window.innerHeight * 1.2 ) ) ); return 1; } function scrollToBottom() { window.scrollTo(0, document.body.scrollHeight); //document.body.scrollTop = document.body.offsetHeight; }
So I guess we don't need to recompile Adium. That is going to be a huge undertaking.on the 1.5.10.3b1 version... it didn't solve my scrolling issues.Code: Select all
/Applications/Adium.app/Contents/Resources/Template.html
This worked for me!!!! Thank you!