[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 --- Comment #38 from Luuk --- IE 8.0 and Windows XP should be no longer supported? -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 testjava changed: What|Removed |Added CC||testingorj...@yahoo.com --- Comment #37 from testjava --- A Writer document saved as HTML is loaded fine with Mozilla Firefox 42.0 but the images do not appear on Internet Explorer 8.0 on am Windows XP machine. Version: 5.1.0.0.alpha1 Build-ID: a8e4f75fe264f6ece37c154951cff53f2f4fa3e4 Gebietsschema: de-DE (de_DE) -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 --- Comment #36 from Luke --- Leon Arundell, We all agree with you. With 4.2, we can not longer properly edit HTML files. 4.2 generates non-standard HTML that many browsers do not support. It also changes the structure of the file without the user explicitly asking for it. Finally it introduces bugs like you have encountered. The issue you described is related but needs to be tracked separately. Have you filed a bug report? We should never silently corrupt documents on save. We either need to fix the size restriction or warn users that the images are too large to be embedded. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 --- Comment #35 from Leon Arundell --- I'm not sure whether David N. Welton (comment 33) and Luke (comment 34) agree or disagree with me. I argue that users should have the OPTION of saving an HTML file with images that are linked (and external to the html file), as distinct from embedded in the html file. My current versions of LO Writer (4.2.8.2 for Ubuntu and 4.4.5.2 fr Windows) do NOT provide this option, even though they offer a non-functional "Link" tick-box when inserting an image from a file. I cannot use 4.2.8.2 to edit an html file with an image greater than about 50k, because once Writer has embedded the image and reopened the file, it displays the image as thousands of ACSII characters rather than as an image. Thankfully this problem has been fixed in 4.4.5.2. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 --- Comment #34 from Luke --- (In reply to David N. Welton from comment #33) > I'm not 100% sure those two things should be tied together. They absolutely should NOT. Imagine if by changing the type of link, it changed the export format from doc to docx without notifying the user at save time. This is essentially what Leon is suggesting. These are 2 different types of export formats, standard HTML and non-standard HTML with Data URIs, which is not supported by all browsers. Because Data URIs are non-standard and only useful for email (a very rare use case since all mail clients handle this), if we're going to support them it should be an option at export time. We should never use this format unless the user explicitly requests it, never implicitly tied to the document structure. Until we have the resources to add an option for Data URIs, we should revert commit 5dd1b3da. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 --- Comment #33 from David N. Welton --- (In reply to Leon Arundell from comment #30) > In reply to Michael Adams: > > If you want to RETAIN the embedded image in your document (as distinct from= > merely including the link to the image), then: > 1. From the menu, select "Insert > Image > From File" > 2. DON'T click the "link" tick-box at the bottom left of the "Insert Image"= > dialogue box. > > The problem here is that (at least in my Version: 4.2.8.2) the embedded > image is retained even if you click the "link" tick-box). I'm not 100% sure those two things should be tied together. If you email a file or otherwise send it, you need to ensure the images are embedded. On the other end though, it'd be nice to be able to make an HTML file without embedded images without too much fuss. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 --- Comment #32 from V Stuart Foote --- (In reply to Cor Nouws from comment #31) > > I do like the export of images in HTML mail... > An option would be great, yes. Well sure but the real problem, since default embedding of base64 image into HTML to support for mail merge was implemented, is that we have broken our ability to edit the resulting HTML in Writer Web mode. That default needs to be adjusted--an option on save, or detecting use for mail merge/mail send and only do it then. See the UX-advise bug 88038 -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 --- Comment #30 from Leon Arundell --- In reply to Michael Adams: If you want to RETAIN the embedded image in your document (as distinct from= merely including the link to the image), then: 1. From the menu, select "Insert > Image > From File" 2. DON'T click the "link" tick-box at the bottom left of the "Insert Image"= dialogue box. The problem here is that (at least in my Version: 4.2.8.2) the embedded image is retained even if you click the "link" tick-box). -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 V Stuart Foote changed: What|Removed |Added Version|5.0.1.2 release |4.2.0.4 release --- Comment #29 from V Stuart Foote --- (In reply to Michael Adams from comment #28) Please do not adjust details of bug reports, this first occurs in 4.2.0.4--not the current 5.0.1.2 release. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 Michael Adams changed: What|Removed |Added Version|4.2.0.4 release |5.0.1.2 release --- Comment #28 from Michael Adams --- FWIW, some of us do want images embedded when we export to html. Can this be optional? -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 Luke changed: What|Removed |Added CC||vasily.melenc...@cib.de --- Comment #27 from Luke --- Vasily has been working on the HTML exporter. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 Luke changed: What|Removed |Added CC||tima...@gmail.com --- Comment #26 from Luke --- In my own experience and as IT support, using Writer as HTML editor is a much more common use case than to mail merging HTML email. If there is not a fix planned for this, we should consider reverting http://cgit.freedesktop.org/libreoffice/core/commit/?id=5dd1b3da57862a6577717544dde56482add89170 -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 Adolfo Jayme changed: What|Removed |Added Blocks|79641 | -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 V Stuart Foote changed: What|Removed |Added Blocks|75025 |79641 --- Comment #25 from V Stuart Foote --- Remains a nuisance into 5.0.0rc2 and current master. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 V Stuart Foote changed: What|Removed |Added CC||edmond_cio...@yahoo.com, ||vstuart.fo...@utsa.edu --- Comment #24 from V Stuart Foote --- This was caused somewhat unintentionally resolving mail merge features of bug 63211 -- "MAILMERGE: looses embedded image when e-mailing as html" The UX and design side has it under consideration as bug 88038 -- "WRITER WEB: handling of inserted images -- data URI embedding as base64 for email support, broke LO as HTML editor" But, point remains that HTML editing in Writer Web is misbehaving because images are being embedded into the HTML as base64 images by default when saved as HTML (an export filter). Ignoring/overriding settings to link the image. Good for email merge--bad for Writer as an HTML editor. Simple STR: 1. create File -> New -> HTML document to launch Writer Web session 2. type some text 3. insert an image 4. verify image is available as a link (Edit -> Links) 5. save close 6. reopen 7. image not available as a link (Edit -> Links), rather is embedded into the HTML as an stanza with base64 encoding. Presently, no way to do anything except embed. Specifically can not link by reference. @Ciorba Edmond, could you perhaps revisit your work on bug 63211 -- where the export to HTML filter actions are now always converting images, without regard for Writer's dual role as an HTML editor. In that mode, Writer does better with a document without embedding the images and so can honor the links. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 Luuk changed: What|Removed |Added CC||luu...@gmail.com --- Comment #23 from Luuk --- I was also able to succesfully open the attached file (in 'Example files.zip', named 'embedded.html') , which was posted with the bug in LO Writer 4.4.3.2 I think this bug can be closed? -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 Beluga changed: What|Removed |Added CC||leon.arund...@yahoo.com --- Comment #22 from Beluga --- *** Bug 80891 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 V Stuart Foote changed: What|Removed |Added See Also||https://bugs.documentfounda ||tion.org/show_bug.cgi?id=63 ||211 -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 Jay Philips changed: What|Removed |Added Blocks||75025 -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 Jay Philips changed: What|Removed |Added Hardware|x86-64 (AMD64) |All Version|4.2.7.2 release |4.2.0.4 release OS|Linux (All) |All --- Comment #21 from Jay Philips --- Returning version number back to it earliest affected version. With this issue, LO is unusable to save to html or create html in Writer Web. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 Rome Novikov changed: What|Removed |Added Priority|medium |highest Hardware|All |x86-64 (AMD64) Version|4.2.0.4 release |4.2.7.2 release --- Comment #20 from Rome Novikov --- LibreOffice 4.2.7.2 All the same. I can't use LibreOffice because of this bug. For now I start looking for any other Office which can store images separately from an HTML index file... -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.documentfoundation.org/show_bug.cgi?id=48887 Christoph Anton Mitterer changed: What|Removed |Added CC||cales...@scientia.net --- Comment #19 from Christoph Anton Mitterer --- AFAICS, in current versions, at least 4.3.x it's not possible to use a filter which doesn't embed the raw images. Quoting myself from #88038: The data URI shouldn't be used per default. - It's definitely not the standard in the web. - Supporting it is not mandatory as per the HTML standards. Many browsers don't support it. - It's really a crude hack anyway, as it blows up the data size extremely. Moreover, it breaks any usage scenarios of e.g. using the --convert-to functionality within git for diffs of git managed opendocument files. It's really disturbing that such functionalities are removed in the first place (I thought LibreOffice != GNOME and features would be added, not dropped)... and even more that this is left open for such a long time o.O Cheers. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.freedesktop.org/show_bug.cgi?id=48887 Matthew Francis changed: What|Removed |Added CC||gbuv...@laposte.net --- Comment #18 from Matthew Francis --- *** Bug 80973 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.freedesktop.org/show_bug.cgi?id=48887 Jay Philips changed: What|Removed |Added See Also||https://bugs.freedesktop.or ||g/show_bug.cgi?id=88038 -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.freedesktop.org/show_bug.cgi?id=48887 Joel Madero changed: What|Removed |Added CC||jmadero@gmail.com Whiteboard||bibisected --- Comment #17 from Joel Madero --- Adding bibisected to whiteboard as bisected keyword is a subset of bibisected whiteboard. Thanks! -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.freedesktop.org/show_bug.cgi?id=48887 --- Comment #16 from David N. Welton --- I'm not sure if this is the correct place to comment, but if this is added as an option, it would be wonderful if it were possible to control it from the command line. I use libreoffice with --headless --convert-to to automate conversion of some files, so a fix that only involves the UI would not solve this problem. Thank you! -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.freedesktop.org/show_bug.cgi?id=48887 Björn Michaelsen changed: What|Removed |Added Keywords||bisected --- Comment #15 from Björn Michaelsen --- (This is an automated message.) It seems that the commit that caused this regression was identified. (Or at least a commit is suspected as the offending one.) Thus setting keyword "bisected". -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.freedesktop.org/show_bug.cgi?id=48887 --- Comment #14 from Björn Michaelsen --- (In reply to Regina Henschel from comment #8) > It is a regression and users complain about it. FWIW, a quick note for the next time: if this is about a behaviour change in 4.2 it would have likely be better to open a clear new bug, not reuse an old one from 2012. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.freedesktop.org/show_bug.cgi?id=48887 --- Comment #13 from dE --- Confirmed 4.2.5.2 -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.freedesktop.org/show_bug.cgi?id=48887 dE changed: What|Removed |Added CC||woin...@aol.com --- Comment #12 from dE --- *** Bug 79730 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.freedesktop.org/show_bug.cgi?id=48887 Jay Philips changed: What|Removed |Added CC||philip...@hotmail.com --- Comment #11 from Jay Philips --- Pulled from my bug 79730 comment 3: Yes since 4.2, images added to files are saved as base64 encoded images embedded into html files, unless you check the 'insert as link' checkbox in the file insert dialog, but for some reason this isnt happening. Confirmed in Linux Mint in 4.2.4, 4.2.6 and 4.3 beta. It does work correctly with referenced images in .odt files but not .html files. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images
https://bugs.freedesktop.org/show_bug.cgi?id=48887 Owen Genat changed: What|Removed |Added Severity|normal |major Summary|Export to HTML in Writer|FILESAVE: Save as HTML in |should not embed images |Writer should not embed |FILESAVE|images Version|Inherited From OOo |4.2.0.4 release --- Comment #10 from Owen Genat --- Please disregard my comment 4 and comment 5. I am setting the version back to the earliest 4.2 release due to comment 6 through comment 8. Summary amended for clarity. I am also setting the Severity to major, although it would appear, according to the Bug Triage flowchart (https://wiki.documentfoundation.org/images/0/06/Prioritizing_Bugs_Flowchart.jpg), that it may be a blocker. I will leave it to QA to confirm this. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs