adium 4651:b0a07c7d813c: Fixed message view jumps to the bottom ...

commits at adium.im commits at adium.im
Sat Feb 4 22:17:44 UTC 2012


details:	http://hg.adium.im/adium/rev/b0a07c7d813c
revision:	4651:b0a07c7d813c
branch:		(none)
author:		Adrian Godoroja <robotive at me.com>
date:		Sun Feb 05 00:17:34 2012 +0200

Fixed message view jumps to the bottom when Twitter Timeline updates. Fixes #15790.

diffs (23 lines):

diff -r c8f4e9819f53 -r b0a07c7d813c ChangeLogs/Changes Between Betas.txt
--- a/ChangeLogs/Changes Between Betas.txt	Sat Feb 04 15:58:23 2012 +0200
+++ b/ChangeLogs/Changes Between Betas.txt	Sun Feb 05 00:17:34 2012 +0200
@@ -1,6 +1,7 @@
 Adium 1.5xx
  * Fixed the contact list appearing in a wrong position at startup on Mac OS X Lion (#15341, #15480).
  * Fixed message history only showing on 1st tab, on startup (#15377).
+ * Fixed message view jumps to the bottom when Twitter Timeline updates (#15790).
 
 
 Adium 1.5rc3
diff -r c8f4e9819f53 -r b0a07c7d813c Plugins/WebKit Message View/AIWebkitMessageViewStyle.m
--- a/Plugins/WebKit Message View/AIWebkitMessageViewStyle.m	Sat Feb 04 15:58:23 2012 +0200
+++ b/Plugins/WebKit Message View/AIWebkitMessageViewStyle.m	Sun Feb 05 00:17:34 2012 +0200
@@ -637,7 +637,7 @@
 - (NSString *)scriptForScrollingAfterAddingMultipleContentObjects
 {
 	if ((styleVersion >= 3) || !usingCustomTemplateHTML) {
-		return @"alignChat(true);";
+		return @"alignChat(nearBottom());";
 	}
 
 	return nil;




More information about the commits mailing list