Bug 103665 - "Read more..." should not be clickable across entire width of the article view
Summary: "Read more..." should not be clickable across entire width of the article view
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: 1.0
Platform: unspecified Linux
: NOR minor
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-11 16:09 UTC by Wilco Greven
Modified: 2005-04-15 00:59 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

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