Bug 108187

Summary: scrollbar in the middle of news widget with long URL
Product: [Applications] akregator Reporter: Frank Pieczynski <pieczy>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: jlp
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: screenshot of akregator with scrollbar

Description Frank Pieczynski 2005-06-26 23:29:06 UTC
Version:            (using KDE KDE 3.4.1)
Installed from:    Gentoo Packages
Compiler:          gcc 3.4 
OS:                Linux

aKregator shows a scroll bar in the middle of the right news widget while displaying a news containing a long URL.
The scrollbar should be located on the buttom of the widget.
I will attach a screenshot.
Comment 1 Frank Pieczynski 2005-06-26 23:31:34 UTC
Created attachment 11599 [details]
screenshot of akregator with scrollbar
Comment 2 Heinrich Wendel 2005-06-27 03:12:49 UTC
SVN commit 429251 by lanius:

fix scrollbar positions
BUG: 108187

 M  +4 -2      articleviewer.cpp  


--- trunk/KDE/kdepim/akregator/src/articleviewer.cpp #429250:429251
@@ -260,7 +260,8 @@
     ".content > BR:first-child {\n display: none;  }\n"
     //".contentlink {\n display: block; }\n"
     "}\n\n" // @media screen, print
-    "@media screen { body { overflow: auto; } }\n"
+    // Why did we need that, bug #108187?
+    //"@media screen { body { overflow: auto; } }\n"
     "\n\n");
 }
 
@@ -337,7 +338,8 @@
     ".content > BR:first-child {\n display: none;  }\n"
     //".contentlink {\n display: block; }\n"
     "}\n\n" // @media screen, print
-    "@media screen { body { overflow: auto; } }\n"
+    // Why did we need that, bug #108187?
+    //"@media screen { body { overflow: auto; } }\n"
     "\n\n");
 }
 
Comment 3 Heinrich Wendel 2005-06-28 16:09:00 UTC
*** Bug 99624 has been marked as a duplicate of this bug. ***