Bug 228204 - Exporter plugin action Copy as HTML copies only plain text without HTML markup
Summary: Exporter plugin action Copy as HTML copies only plain text without HTML markup
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: part (show other bugs)
Version: unspecified
Platform: Compiled Sources Unspecified
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-23 14:46 UTC by Burkhard Lück
Modified: 2010-03-08 23:43 UTC (History)
1 user (show)

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 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