https://bugs.documentfoundation.org/show_bug.cgi?id=145875
Aron Budea <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |[email protected] Blocks| |102593 Version|7.0.6.2 release |Inherited From OOo Summary|Can't copy paste pictures |Insert section dialog |from Firefox, when pasting, |opened when pasting image |the insert section dialog |from Firefox (paste special |is opened |is okay) Status|UNCONFIRMED |NEW --- Comment #2 from Aron Budea <[email protected]> --- Confirmed using LO Version: 7.3.0.0.alpha1+ (a0a38b88dc3a61d212d784f41a27f97d9c2d7f32), 3.3.0 / Windows. When looking at the clipboard content using Clipboard Inspector [1], the immediate, and perhaps single difference between Windows and Linux (in Linux there's no problem) is that in Windows the <img> element in the text/html content is enclosed as such: <html><body> <!--StartFragment--> <img ...> <!--EndFragment--> </body> </html> In Linux there's only a <img ...> element. Interesgintly when pasting via Paste Special, any of the following choices paste the image: - Stripped HyperText Markup Language (Simple HTML), - HTML format without comments, - Bitmap Image (BMP). [1] https://evercoder.github.io/clipboard-inspector/ Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=102593 [Bug 102593] [META] Paste bugs and enhancements -- You are receiving this mail because: You are the assignee for the bug.
