Description: Slow save because paste clipboard image gets converted to PNG Steps to Reproduce: 1. open the attached image in a browser 2. Copy it 3. Paste in writer 4. Save the document Actual Results: Temporally hang Expected Results: I assume jpg format info being included in the clipboard, so don't get the conversion. Else speed up of PNG conversion.. which reported already Reproducible: Always User Profile Reset: No Additional Info: Version: 7.2.0.0.alpha0+ (x64) Build ID: 15e4427e8fb56a143caa28b8a3120f3761fc77a5 CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale: nl-NL (nl_NL); UI: en-US Calc: CL
Created attachment 168236 [details] Example file
Also in 4.4.7.2 and 4.3.0.3 4.2 refused to paste
Ok, issue with pasting from webbrowser.. paste does work with IrfanView.. also in LibreOffice 3.5.7.2 Build ID: 3215f89-f603614-ab984f2-7348103-1225a5b
@Tomaz, Probably unrelated to you currently refactoring.. but you're nearby based on the commits in gerrit.. so might relevant one way or another.. feel free to un-cc again if out of scope/irrelevant/uninteresting etc
Hi Telesto, Could you please try to reproduce it with a master build from http://dev-builds.libreoffice.org/daily/master/ ? You can install it alongside the standard version. I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' if the bug is still present in the master build
Dear Telesto, This bug has been in NEEDINFO status with no change for at least 6 months. Please provide the requested information as soon as possible and mark the bug as UNCONFIRMED. Due to regular bug tracker maintenance, if the bug is still in NEEDINFO status with no change in 30 days the QA team will close the bug as INSUFFICIENTDATA due to lack of needed information. For more information about our NEEDINFO policy please read the wiki located here: https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO If you have already provided the requested information, please mark the bug as UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed. Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-NeedInfo-Ping
Dear Telesto, Please read this message in its entirety before proceeding. Your bug report is being closed as INSUFFICIENTDATA due to inactivity and a lack of information which is needed in order to accurately reproduce and confirm the problem. We encourage you to retest your bug against the latest release. If the issue is still present in the latest stable release, we need the following information (please ignore any that you've already provided): a) Provide details of your system including your operating system and the latest version of LibreOffice that you have confirmed the bug to be present b) Provide easy to reproduce steps – the simpler the better c) Provide any test case(s) which will help us confirm the problem d) Provide screenshots of the problem if you think it might help e) Read all comments and provide any requested information Once all of this is done, please set the bug back to UNCONFIRMED and we will attempt to reproduce the issue. Please do not: a) respond via email b) update the version field in the bug or any of the other details on the top section of our bug tracker Warm Regards, QA Team MassPing-NeedInfo-FollowUp
Still present Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community Build ID: d5e55d204b71710eb5eb5d2c683dd6698626df3c CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale: nl-NL (nl_NL); UI: en-US Calc: CL There is another report about this. I have seen it recently. The issue that the source format isn't detected. It's marked as "unknown". Which triggers - as fallback - conversion at save..
*** Bug 146530 has been marked as a duplicate of this bug. ***
*** Bug 144070 has been marked as a duplicate of this bug. ***
Dear Telesto, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
(In reply to Telesto from comment #10) > *** Bug 146530 has been marked as a duplicate of this bug. *** (In reply to Telesto from comment #11) > *** Bug 144070 has been marked as a duplicate of this bug. *** Please don't add duplicates that aren't duplicates. This specific bug 138981 is about the *hypothetical* possibility to "detect" the original file format from the data put to clipboard on a specific OS (Windows) by an *unspecified* browser, when you copy an *unspecified* image using *unspecified* method (do you right-click the image and use an item like "copy the image to clipboard"? select the web page content starting before the image, ending after, and Ctrl+C?). This *might* be possible to improve, by analyzing HTML format that the browser puts into the clipboard; possibly browser-specific and/or OS-specific. E.g., opening https://i.imgur.com/BCftIFD.jpeg in Chrome, right-clicking it in the browser, and copying, gives these formats in my Win11's clipboard: PNG; CF_DIB5; CF_BITMAP; CF_DIB; and HTML Format, the latter only containing a fragment with the image URL. Only the latter allows to discover the source of the file, and thus, to keep the original bytes. Bug 146530 is about the content of the clipboard after closing LibreOffice itself. This is a different thing; there is no "HTML source" of the image in the clipboard; and here, the clipboard does not contain JPEG at all - just because Windows clipboard has no pre-defined standard format for JPEG images. There could be a workaround. It could be completely different on other OSes (but that would depend on the raster format preferrence; I can imagine that PNGs would always be preferred over lossy formats, when there's no way to discover what was the original format; so that would also need to provide some custom clipboard format, unusable by anything except LibreOffice, just in anticipation of users who close the program, then open it again ... even if this is implemented, it's completely different). And finally, Bug 144070 is absolutely unrelated to clipboard. It is just about some internal problem, related to a specific JPEG file in the document. E.g., if you try with a document created for bug 146530, and save it as DOCX, the resulting file will still contain a JPEG, so this is something specific. Marking all these as duplicates effectively made them hidden, and prevents people from working on these.
See also: https://stackoverflow.com/questions/57263058/how-to-get-the-image-format-from-clipboard-class