Bug 108187 - scrollbar in the middle of news widget with long URL
Summary: scrollbar in the middle of news widget with long URL
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
: 99624 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-06-26 23:29 UTC by Frank Pieczynski
Modified: 2005-06-28 16:09 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
screenshot of akregator with scrollbar (119.87 KB, image/png)
2005-06-26 23:31 UTC, Frank Pieczynski
Details

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