Bug 228204

Summary: Exporter plugin action Copy as HTML copies only plain text without HTML markup
Product: [Applications] kate Reporter: Burkhard Lück <lueck>
Component: partAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: ivo
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Burkhard Lück 2010-02-23 14:46:45 UTC
Version:            (using Devel)
Installed from:    Compiled sources

The plugin Exporter (kdelibs/kate/plugins/exporter) has two actions:

Export as HTML -> works

Copy as HTML -> does not work, only the selected text is copied in recent trunk + branch 4.4 compiled from sources.
Comment 1 Milian Wolff 2010-02-23 15:31:47 UTC
Hm I thought I tested that when I ported the exporter, have to look into it.
Comment 2 Ivo Anjo 2010-03-08 22:42:33 UTC
I can confirm this too, with KDE 4.4.1
Comment 3 Milian Wolff 2010-03-08 23:39:44 UTC
SVN commit 1100897 by mwolff:

also set text/plain data in clipboard to HTML version

BUG: 228204

 M  +1 -1      exporterpluginview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1100897
Comment 4 Milian Wolff 2010-03-08 23:43:07 UTC
SVN commit 1100899 by mwolff:

backport: also set text/plain data in clipboard to HTML version

CCBUG: 228204

 M  +1 -1      exporterpluginview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1100899