Bug 39799 - copying text from the header copies all the header
Summary: copying text from the header copies all the header
Status: RESOLVED FIXED
Alias: None
Product: knode
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: 0.7.1
Platform: Mandrake RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-26 00:48 UTC by Blindauer Emmanuel
Modified: 2005-05-14 17:59 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Blindauer Emmanuel 2002-03-26 00:34:00 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           knode
Version:           0.7.1 (using KDE 2.9.0 9 (3.0 rc3))
Severity:          normal
Installed from:    Mandrake Linux Cooker i586 - Cooker
Compiler:          gcc version 2.96 20000731 (Mandrake Linux 8.3 2.96-0.77mdk)
OS:                Linux (i686) release 2.4.18-7mdksmp
OS/Compiler notes: 

I open a message in the main window all the text is displayed.
I go into the menu to add the headers in the display.
when I try to copy the MSG-ID with the mouse all the headers are copied in the clipboard and not only the MSG-ID

(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 Cp Hennessy 2002-09-25 04:07:03 UTC
This is still a problem in knode from CVS from only a few days ago. 
Comment 2 Blindauer Emmanuel 2002-10-30 23:52:17 UTC
3.1 RC1: copy work fine only if the value of a header is copied.   
example: <aphl6v$a1q$1@norfair.nerim.net>  
If the selection take the space between  Message-ID: and its value, all headers are 
copied. 
Comment 3 Rainer Endres 2004-04-05 12:41:31 UTC
Still in KDE CVS (2004-04-05)
Comment 4 Volker Krause 2005-05-14 17:59:19 UTC
SVN commit 413783 by vkrause:

Complete rewrite of the article viewer: it's now based on KHTML and
looks surprisingly similar to KMail's reader ;-)

It should provide more or less the same functionality we had until now,
plus some little extras:
- emoticon support (easily switchable together with text highlighting
  via menu or shortcut)
- handling of HTML messages as done by KMail

BUG: 37499, 39799, 40480, 49005, 55772, 93710


 M  +7 -3      trunk/KDE/kdepim/knode/Makefile.am  
 A             trunk/KDE/kdepim/knode/articlewidget.cpp   [License: GPL (v2+)]
 A             trunk/KDE/kdepim/knode/articlewidget.h   [License: GPL (v2+)]
 A             trunk/KDE/kdepim/knode/csshelper.cpp   [License: GPL (v2+)]
 A             trunk/KDE/kdepim/knode/csshelper.h   [License: GPL (v2+)]
 M  +1 -2      trunk/KDE/kdepim/knode/knarticle.cpp  
 M  +1 -4      trunk/KDE/kdepim/knode/knarticle.h  
 M  +10 -8     trunk/KDE/kdepim/knode/knarticlemanager.cpp  
 M  +1 -1924   trunk/KDE/kdepim/knode/knarticlewidget.cpp  
 M  +1 -187    trunk/KDE/kdepim/knode/knarticlewidget.h  
 M  +9 -39     trunk/KDE/kdepim/knode/knarticlewindow.cpp  
 M  +6 -10     trunk/KDE/kdepim/knode/knarticlewindow.h  
 M  +0 -67     trunk/KDE/kdepim/knode/knconfig.cpp  
 M  +10 -45    trunk/KDE/kdepim/knode/knconfig.h  
 M  +3 -3      trunk/KDE/kdepim/knode/knconfigmanager.cpp  
 M  +7 -86     trunk/KDE/kdepim/knode/knconfigwidgets.cpp  
 M  +6 -3      trunk/KDE/kdepim/knode/knfolder.cpp  
 M  +5 -3      trunk/KDE/kdepim/knode/knglobals.h  
 M  +5 -3      trunk/KDE/kdepim/knode/kngroupmanager.cpp  
 M  +43 -46    trunk/KDE/kdepim/knode/knmainwidget.cpp  
 M  +6 -5      trunk/KDE/kdepim/knode/knmainwidget.h  
 M  +23 -5     trunk/KDE/kdepim/knode/knodeui.rc  
 M  +28 -8     trunk/KDE/kdepim/knode/knreaderui.rc