- Draw or Impress document - Add shape - Select shape - Open styles pane and double click a style - (style is applied) now try to get the focus back to the page/slide - test that with up/down, that should move the shape. - Ctrl+F6 should do it* -> it does not. (It does in Writer and in Calc, also with a shape selected). (Found a workaround for a shape in Draw/Impress: F2+ESC ;) ) found in Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 05a1217921b7be283c6750a35b90e4feda6e993e CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded *) https://help.libreoffice.org/24.8/en-US/text/shared/guide/keyboard.html?&DbPAR=DRAW&System=UNIX
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
https://gerrit.libreoffice.org/c/core/+/168390
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.