In order to reproduce the bug: [1] Disable option: Tools > Options … > Load/Save > Load > Uncheck “Load printer settings with the document”. Then OK. [2] Open new Writer document and insert some text. [3] Change printer settings: File > Printer Settings … > Options... > Check or uncheck a contents option. Then 2 times OK. [4] Save and close document. [5] Open document again. [6] Display printer settings: File > Printer Settings… Options. The change of step 2 is still valid. This means at step 5 the printer settings have been loaded. Expected: No load at step 5. Bug already exists in version 3.3.0. Hence inherited from OOo.
I interpreted step 3 as: Check the option again, OK. Go back to the settings, uncheck it, OK. At step 6 I was still seeing it unchecked, so no problem for me. Arch Linux 64-bit Version: 6.2.0.0.alpha0+ Build ID: dbfa1c452fd9d02330cb3ec5bf2fd4f2c7782d1a CPU threads: 8; OS: Linux 4.17; UI render: default; VCL: gtk3; Locale: fi-FI (fi_FI.UTF-8); Calc: group threaded Built on June 25th 2018
Same for Win Version: 6.2.0.0.alpha0+ (x64) Build ID: 2c85607101e2e04e870e3b87362f39f9a9148e6c CPU threads: 4; OS: Windows 10.0; UI render: default; TinderBox: Win-x86_64@42, Branch:master, Time: 2018-06-16_00:12:37 Locale: fi-FI (fi_FI); Calc: group threaded
(In reply to Buovjaga from comment #1) > I interpreted step 3 as: > Check the option again, OK. > Go back to the settings, uncheck it, OK. Here is what I did at step 3 in more detail: (a) Display dialogue Printer Options: File > Printer Settings... > Options ... (b) In this dialogue I changed an option, e.g. I disabled the printing of the "Page background". (c) OK in order to close the dialogue "Printer Options". (d) OK in order to close the dialogue "Printer Setup". > At step 6 I was still seeing it unchecked, so no problem for me. And here some more explanations: At step 4 all printer settings including the changed option of step 3 are saved with the document. At step 5 the document should be loaded without the printer settings due to the option "Load printer settings with the document", which was disabled at step 1. At step 6 this is verified. That means that the change of step 3 should not occur any longer. But it did. In the mentioned example, the printing of the page background is disabled.
Sorry, I misread the steps and was in Tools - Options the whole time. I confirm the problem. Arch Linux 64-bit Version: 6.2.0.0.alpha0+ Build ID: eff395c2d2a3026d9d65121e273af336fb0cfb19 CPU threads: 8; OS: Linux 4.17; UI render: default; VCL: gtk3; Locale: fi-FI (fi_FI.UTF-8); Calc: group threaded Built on June 26th 2018
Dear Harald Koester, 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 http://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://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Bug still exists in version 6.2.4 (64 bit) with Win10.
I've taken a look at this. There are two options related to whether user/printer options should be loaded: A) "Load user-specific settings with the document" B) "Load printer settings with the document" (the one you mention) Whether the options in "File" -> "Printer Settings" -> "Options" are loaded from the document is actually determined by A), s. method "SwXMLImport::SetConfigurationSettings" [1]. Those are document-settings in the end, independent of the actual printer set. It seems that B) is only responsible for the actually printer-dependent settings that can be set in "File" -> "Printer Settings" -> "Properties". Can you confirm it works if you disable option A) instead of B) ? (While looking at this, I noticed another issue: If both, A) and B) are disabled, the "File" -> "Printer Settings" -> "Options" dialog is not properly initialized, all checkboxes are unchecked instead of showing the default values. It's shown correctly after opening the print dialog and then opening the dialog again.)) [1] https://gerrit.libreoffice.org/plugins/gitiles/core/+/71f9961488232697bcdb37db349569a20f15bb2d/sw/source/filter/xml/xmlimp.cxx#1320
(In reply to Michael Weghorn from comment #7) > I've taken a look at this. There are two options related to whether > user/printer options should be loaded: > > A) "Load user-specific settings with the document" > B) "Load printer settings with the document" (the one you mention) > > [...] > > (While looking at this, I noticed another issue: If both, A) and B) are > disabled, the "File" -> "Printer Settings" -> "Options" dialog is not > properly initialized, all checkboxes are unchecked instead of showing the > default values. It's shown correctly after opening the print dialog and then > opening the dialog again.)) I'm currently looking into this issue. While doing so, I also realized that the "Hidden text" and "Text Placeholder" settings in the "File" -> Printer Settings" -> "Options" dialog were not taken from the document if A) is enabled. I've changed that so that those are consistent with the others now, s. this commit: https://gerrit.libreoffice.org/plugins/gitiles/core/+/cef397d0e00fcc3ba7603b1b8e141a10479bb59e ("Load "PrintTextPlaceholder" and "PrintHiddenText" based on config")
(In reply to Michael Weghorn from comment #8) > While doing so, I also realized that the "Hidden text" and "Text > Placeholder" settings in the "File" -> Printer Settings" -> "Options" dialog > were not taken from the document if A) is enabled. Correction: It's the other way around; they were even taken when A) was disabled...
Pending fix for the issue described in comment 7: https://gerrit.libreoffice.org/#/c/83394 AFAICS everything "works as designed" with this patch included, so I'll close this bug as FIXED once the patch is merged. Please speak up (or reopen) if you disagree...
Michael Weghorn committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/46f8f48ebfe25e26b4d1c0718c772abbee70b889 tdf#118263 Take over doc print options for new printer It will be available in 6.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
As far as I can tell, this works as expected now, except that step 1 from the initial description needs to be: [1] Disable option: Tools > Options … > Load/Save > Load > Uncheck “Load user-specific settings with the document”. Then OK.
Michael Weghorn committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/core/commit/5042375a67a7c7171529abd9724576a269a0c32e tdf#118263 Take over doc print options for new printer It will be available in 6.4.0.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
(In reply to Michael Weghorn from comment #12) > As far as I can tell, this works as expected now, except that step 1 from > the initial description needs to be: > > [1] Disable option: Tools > Options … > Load/Save > Load > Uncheck “Load > user-specific settings with the document”. Then OK. I verify, thanks! Arch Linux 64-bit Version: 6.5.0.0.alpha0+ Build ID: b30251ca0d102ced36799ee18d4bbcd9e8530fa0 CPU threads: 8; OS: Linux 5.3; UI render: default; VCL: kf5; Locale: fi-FI (fi_FI.UTF-8); UI-Language: en-US Calc: threaded Built on 22 November 2019