Auto-scrolling not working after upgrade to Catalina

An instant messenger which can connect to AIM, GTalk, Jabber, ICQ, and more.
fdehay
Harmless
Posts: 1
Joined: Tue Aug 25, 2020 2:36 pm

Re: Auto-scrolling not working after upgrade to Catalina

Post by fdehay »

To fix the Renkoo style, you need to:
- shutdown Adium
- apply the fix given here: https://news.softpedia.com/news/how-to- ... 7933.shtml
- fix also the scrollToBottom() function in:
/Applications/Adium.app/Contents/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Footer.html
Details::

Code: Select all

        function scrollToBottom() {
                window.scrollTo(0, document.body.scrollHeight);
                return;
	}
- restart Adium

We need to repeat the fix as Renkoo overrides the scrollToBottom function.
This lacks fluidity but does the scrolling anyway :)
If someone can improve on this simple version, please don't hesitate :)
codenamerebel
Harmless
Posts: 4
Joined: Tue Jul 14, 2020 6:04 pm

Re: Auto-scrolling not working after upgrade to Catalina

Post by codenamerebel »

So we know the fix, what keeps up from rolling an update?
User avatar
Robby
Cocoaforge Admin
Posts: 2610
Joined: Mon May 01, 2006 3:00 am

Re: Auto-scrolling not working after upgrade to Catalina

Post by Robby »

arek
Harmless
Posts: 8
Joined: Wed Oct 16, 2019 5:53 am

Re: Auto-scrolling not working after upgrade to Catalina

Post by arek »

With macos ventura 13.0 macos detects that Template.html was altered and *prevents* adium from running by complaining that application is damaged(!).

Reinstalling adium and it starts fine (but obviously scrolling is broken). Changing Template.html again -> "application is damaged" :/

Fortunately it is possible to allow it running via Privacy & Security settings.
Post Reply