Bug 103665

Summary: "Read more..." should not be clickable across entire width of the article view
Product: [Applications] akregator Reporter: Wilco Greven <greven>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: minor    
Priority: NOR    
Version: 1.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Wilco Greven 2005-04-11 16:09:20 UTC
Version:           1.0 (using KDE 3.4.0, compiled sources)
Compiler:          gcc version 3.4.4 20041128 (prerelease) (Debian 3.4.3-3)
OS:                Linux (i686) release 2.6.11-1-k7

The "Read more..." link at the bottom of the article view extends
across the whole width of the article view. Therefore a lot of 
the white space to the right of the link is clickable too. I often click on this white space by accident. The clickable area of the
link should be restricted to the string "Read more...".
Comment 1 Teemu Rytilahti 2005-04-14 22:54:34 UTC
CVS commit by rytilahti: 

Any ideas why the content links were displayed as blocks?

BUGS:103665


  M +1 -1      articleviewer.cpp   1.96


--- kdepim/akregator/src/articleviewer.cpp  #1.95:1.96
@@ -155,5 +155,5 @@ void ArticleViewer::generateCSS()
     ".content > DIV:first-child {\n margin-top: 1px; }\n"
     ".content > BR:first-child {\n display: none;  }\n"
-    ".contentlink {\n display: block; }\n"
+    //".contentlink {\n display: block; }\n"
     "}\n\n" // @media screen, print
     "@media screen { body { overflow: auto; } }\n"
Comment 2 Teemu Rytilahti 2005-04-14 22:55:01 UTC
CVS commit by rytilahti: 

backport

CCBUGS:103665


  M +1 -1      articleviewer.cpp   1.93.4.3


--- kdepim/akregator/src/articleviewer.cpp  #1.93.4.2:1.93.4.3
@@ -155,5 +155,5 @@ void ArticleViewer::generateCSS()
     ".content > DIV:first-child {\n margin-top: 1px; }\n"
     ".content > BR:first-child {\n display: none;  }\n"
-    ".contentlink {\n display: block; }\n"
+    //".contentlink {\n display: block; }\n"
     "}\n\n" // @media screen, print
     "@media screen { body { overflow: auto; } }\n"
Comment 3 Wilco Greven 2005-04-15 00:59:58 UTC
Thank you!

Op donderdag 14 april 2005 22:55, schreef Teemu Rytilahti:
[bugs.kde.org quoted mail]