| Summary: | radiobutton's selecting jumps between items after Apply button pressing | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Roman Kuznetsov <79045_79045> |
| Component: | UI | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | 79045_79045, caolan.mcnamara, miguelangelrv |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 7.1.8.1 release | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:7.4.0 target:7.3.0.2 target:7.2.6 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 113943 | ||
|
Description
Roman Kuznetsov
2022-01-05 14:47:23 UTC
I bisected this in win64-7.1 bisect repo and got sha: 78c6e88e163f50eccc1cebdb2defe9ec4af248ce https://gerrit.libreoffice.org/c/core/+/105020 https://git.libreoffice.org/core/commit/78c6e88e163f50eccc1cebdb2defe9ec4af248ce Added to CC: Caolán McNamara Caolán could you please look at it? Happens also with: Version: 7.2.5.1 (x64) / LibreOffice Community Build ID: 6d497ff5e83a906a307eb25cce314d40c0b8624f CPU threads: 4; OS: Windows 10.0 Build 21390; UI render: Skia/Raster; VCL: win Locale: es-ES (es_ES); UI: en-US Calc: CL that page is holding its "old options" differently than the other pages Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/d99efe24213400932b97e47b131049fcbbfac612 Resolves: tdf#146592 "Reset" to the current document properties It will be available in 7.4.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. (In reply to Caolán McNamara from comment #3) > that page is holding its "old options" differently than the other pages I realize that this is another issue, but just wanted to mention that the same happens on Options->LibreOffice->View, impossible to set Visibility/Menu Icons to Hide (it resets to Show) (It is not visible on gtk3 - so might need Windows to see). So there might be some common pattern there? (In reply to Mike Kaganski from comment #5) > (In reply to Caolán McNamara from comment #3) > > that page is holding its "old options" differently than the other pages > > I realize that this is another issue, but just wanted to mention that the > same happens on Options->LibreOffice->View, impossible to set > Visibility/Menu Icons to Hide (it resets to Show) (It is not visible on gtk3 > - so might need Windows to see). So there might be some common pattern there? That seems to be unrelated to the apply/ok unification, that is likely a regression from: commit 131759a3db51140c21594308ed99c71aa7aba43a Date: Sun Jul 25 16:21:39 2021 +0200 use officecfg for menu options Change-Id: I94c9cf310ed6975f158548913439445faf6d178f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119483 so a new issue for that is indicated. done in trunk, backport to 7-3 and 7-2 in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/3399f4d95ec1e685bd48936f1131dd8c860aebf4 Resolves: tdf#146592 "Reset" to the current document properties It will be available in 7.3.0.2. 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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-2": https://git.libreoffice.org/core/commit/ea800e3bf861a6a6bf338e72cc55959d32b5af48 Resolves: tdf#146592 "Reset" to the current document properties It will be available in 7.2.6. 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. |