| Summary: | Options: Apply button changes values to previous ones | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Xisco Faulí <xiscofauli> |
| Component: | UI | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, telesto, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 7.1.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=138596 https://bugs.documentfoundation.org/show_bug.cgi?id=157597 |
||
| Whiteboard: | target:7.1.0 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Xisco Faulí
2020-11-02 11:03:13 UTC
Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=78c6e88e163f50eccc1cebdb2defe9ec4af248ce author Caolán McNamara <caolanm@redhat.com> 2020-10-29 16:56:54 +0000 committer Caolán McNamara <caolanm@redhat.com> 2020-10-29 21:22:25 +0100 commit 78c6e88e163f50eccc1cebdb2defe9ec4af248ce (patch) tree f47c86583210c0d16e5fed75eef32793cecd7d9e parent 806c696ccdac69e274cbfeac0cb45ea59555c01d (diff) have just the one handler for ok/apply options Bisected with: bibisect-linux64-7.1 Adding Cc: to Caolán McNamara Hi Caolán, not sure if you are aware of this issue... A similar issue caused by the same commit: 1. Open writer 2. Go to Tools - Options - Advanced 3. Check Enable experimental features 4. Click on 'Apply' 5. Restart now -> Nothing happens Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/75bada928cf08d2afc6efe52ba99b45088bc9eec tdf#137930 Apply button changes values to previous ones It will be available in 7.1.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. Xisco Fauli committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/52eb3091f5303c4f57e8d79cfa7bf0b973b68d1d tdf#137930: uitest: Add assert to check values are not reset It will be available in 7.1.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. Verified in Version: 7.1.0.0.alpha1+ Build ID: 0979798658ff536defe537f57cc6b32278d32414 CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded @Caolán, thanks for fixing this issue! |