Bug 155172 - Tabbed chat windows do not automatically scroll
Summary: Tabbed chat windows do not automatically scroll
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-06 04:55 UTC by Benson Tsai
Modified: 2008-01-24 00:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Forces tabs to keepScrolledDown() if necessary. (369 bytes, patch)
2008-01-06 04:56 UTC, Benson Tsai
Details

Note You need to log in before you can comment on or make changes to this bug.
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