| Summary: | Ctrl+F6 does not switch to (bring the focus back to) the document | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Cor Nouws <cno> |
| Component: | Draw | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, ilmari.lauhakangas, vsfoote |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 7.5.0.3 release | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=160845 https://bugs.documentfoundation.org/show_bug.cgi?id=117388 |
||
| Whiteboard: | target:24.8.0 target:24.2.5 | ||
| Crash report or crash signature: | Regression By: | Caolán McNamara | |
|
Description
Cor Nouws
2024-04-27 20:47:40 UTC
So sd handling of the <Ctrl>+<F6> slipped in the 7.5.0 builds. Better STR: 1. new draw document 2. create new rectangle shape on canvas 3. verify cursor key movement of object L,R,U,D 4. <F10> to goto main menu 5. right cursor to move menu focus from File to Edit 6. left cursor to move menu focus back to File 7. <Ctrl>+<F6> -- should return object focus back to the rectangle shape step 3 8. verify focus by attempting cursor key movement L,R,U,D of shape From builds on hand, it worked like that through the 7.4.7.2 release build. But with the 7.5.0.3 release the shortcut had stopped functioning. Good Version: 7.4.7.2 (x64) / LibreOffice Community Build ID: 723314e595e8007d3cf785c16538505a1c878ca5 CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Vulkan; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL Bad Version: 7.5.0.3 (X86_64) / LibreOffice Community Build ID: c21113d003cd3efa8c53188764377a8272d9d6de CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Vulkan; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded Bibisected with linux-64-7.5 to 6c0c559e4b12827acd105c85e7d7e2b00171a996 tdf#117388 use native scrollbar under gtk in impress/draw documents Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/8501cb20627e5bc36d760b53b0990f4105c4ff65 tdf#160844 we don't want scrollbars to be a target for Ctrl+F6, etc It will be available in 24.8.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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-24-2": https://git.libreoffice.org/core/commit/8ab82a987cbc508f515806a56956024c7bdf38b4 tdf#160844 we don't want scrollbars to be a target for Ctrl+F6, etc It will be available in 24.2.5. 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. |