- Set cursor to a paragraph - open the dialog "Edit Paragraph style" - change font type - click "Apply" - change the font type again - click "Apply" (nothing happens) - click "OK" - Open the dialog again -> the last change is lost
moved to component "Writer"
Hi @Stefan, thanks for reporting. I can't reproduce with: Win10x64 Versión: 4.4.5.2 Id. de compilación: a22f674fd25a3b6f45bdebf25400ed2adff0ff99 Please could you attach a sample file as simple as possible where to reproduce the issue. Could be that the paragraph has a direct character format? I has preference on the paragraph styel.
Thank you for check this report. I investigated some more information: This bug is only active, if my UI-Language is set to "German". So it's an i32n-problem?
Although I don't know German, I have tested with German UI, and I'm not able to reproduce the issue either. Please try resetting the user profile, sometimes solves strange issues. https://wiki.documentfoundation.org/UserProfile
OK. I defaulted my userprofile with no effect. Can you please check this (changed a little bit!): - Set cursor to a paragraph - open the dialog "Edit Paragraph style" - change font from (A) to (B) - click "Apply" - change the font back to (A) - click "Apply" (nothing happens) - click "OK" - Open the dialog again -> the last change is lost Maybe, you can now reproduce.
Thanks @stefan, I can see it now. seems the issue is trying to use again the font selected when the box is opened. And happen also with Spanish, so not specific for German. First version that I have installed with the issue: Win10x64 LibreOffice 3.4.5 OOO340m1 (Build:502) Maybe when was implemented the Apply option.
Happens with most (if not all) attributes. The controls on the tabpages remember their initial values to prevent sending unchanged items. Those initial values are not updated on 'Apply'. As a result it is not possible to go back to the initial value.
*** Bug 94029 has been marked as a duplicate of this bug. ***
So the important pattern is that after having committed a change with Apply, the setting is ignored for OK if it's the setting with which the dialog had been opened. So I guess the logic of "something changed" is severely broken. The use pattern is rather common if you want to try some change temporarily (e.g. while hunting for obscure bugs).
Obscure bugs need no "hunting" in LO :P
Oliver Specht committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=a212ef2b6ebadb22a9abf6d042aa2b5fd9ac1cf0 tdf#93901: apply handling in style/edit dialog improved It will be available in 5.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
(In reply to Ulrich Windl from comment #9) > The use pattern is rather common if you want to try some change temporarily Yes of course, you're right in that. Thanks @Oliver for the fix!
*** Bug 78959 has been marked as a duplicate of this bug. ***