View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011015 | Scribus | Graphics / Image Frames | public | 2012-08-08 06:29 | 2013-04-20 14:16 |
| Reporter | ale | Assigned To | jghali | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.4.2.svn | ||||
| Fixed in Version | 1.4.3.svn | ||||
| Summary | 0011015: [PATCH] Explain my hack to avoid importing from HTML the embedded images as text | ||||
| Description | A short comment explaining my hack in the HTML importer avoiding that Scribus inserts the embedded images as text. | ||||
| Tags | No tags attached. | ||||
| Attached Files | 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")
| ||||
| Patch | |||||
| 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 |