Bug 155172

Summary: Tabbed chat windows do not automatically scroll
Product: [Applications] kopete Reporter: Benson Tsai <btsai>
Component: generalAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Forces tabs to keepScrolledDown() if necessary.

Description Benson Tsai 2008-01-06 04:55:15 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) 
OS:                Linux

When you have multiple tabs for a chat window, all the non-active tabs do not scroll as expected. This seems to be due to the fact that scrollBy() is not honored when the tab is not active. Not sure why, but this can be resolved by keepScrolledDown() when switching tabs.
Comment 1 Benson Tsai 2008-01-06 04:56:55 UTC
Created attachment 22863 [details]
Forces tabs to keepScrolledDown() if necessary.
Comment 2 Roman Jarosz 2008-01-23 23:44:17 UTC
SVN commit 765403 by rjarosz:

Fix bug 155237: Autoscrolling in unfocused tabs is not working
Fix bug 155172: Tabbed chat windows do not automatically scroll

BUG: 155237
BUG: 155172



 M  +2 -0      kopetechatwindow.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=765403
Comment 3 Roman Jarosz 2008-01-24 00:23:48 UTC
SVN commit 765422 by rjarosz:

Backport fix for bug 155237 and 155172: Autoscrolling in unfocused tabs is not working

CCBUG: 155237
CCBUG: 155172



 M  +2 -0      kopetechatwindow.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=765422