View Issue Details

IDProjectCategoryView StatusLast Update
0011015ScribusGraphics / Image Framespublic2013-04-20 14:16
Reporterale Assigned Tojghali  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version1.4.2.svn 
Fixed in Version1.4.3.svn 
Summary0011015: [PATCH] Explain my hack to avoid importing from HTML the embedded images as text
DescriptionA short comment explaining my hack in the HTML importer avoiding that Scribus inserts the embedded images as text.
TagsNo tags attached.
Patch

Activities

ale

2012-08-08 06:29

manager  

htmlin_comment.diff (600 bytes)   
Index: plugins/gettext/htmlim/htmlreader.cpp
===================================================================
--- plugins/gettext/htmlim/htmlreader.cpp	(revision 17748)
+++ plugins/gettext/htmlim/htmlreader.cpp	(working copy)
@@ -222,6 +222,8 @@
 				if (attrValue.indexOf("data:image") < 0)
 					imgline +=  " src: " + attrValue;
 				else
+                    // TODO: correctly emebed the image (just putting the source in the
+                    // text frame crashes scribus for big images; ale/20120808)
 					imgline +=  " src: embedded image";
 			}
 			if (attrs.localName(i) == "alt")
htmlin_comment.diff (600 bytes)   

Issue History

Date Modified Username Field Change
2012-08-08 06:29 ale New Issue
2012-08-08 06:29 ale File Added: htmlin_comment.diff
2013-04-20 14:16 jghali Status new => resolved
2013-04-20 14:16 jghali Fixed in Version => 1.4.3.svn
2013-04-20 14:16 jghali Resolution open => fixed
2013-04-20 14:16 jghali Assigned To => jghali
2013-04-20 14:16 jghali Status resolved => closed
2015-09-17 20:10 Kunda Category Graphics / Image Frames => Graphics/Img Frames
2015-09-17 20:11 Kunda Category Graphics/Img Frames => Graphics / Image Frames