Bug 160844

Summary: Ctrl+F6 does not switch to (bring the focus back to) the document
Product: LibreOffice Reporter: Cor Nouws <cno>
Component: DrawAssignee: Not Assigned <libreoffice-bugs>
Status: NEW ---    
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:
Crash report or crash signature: Regression By: Caolán McNamara

Description Cor Nouws 2024-04-27 20:47:40 UTC
- 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
Comment 1 V Stuart Foote 2024-04-28 13:18:06 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
Comment 2 Buovjaga 2024-05-20 13:29:46 UTC
Bibisected with linux-64-7.5 to 6c0c559e4b12827acd105c85e7d7e2b00171a996
tdf#117388 use native scrollbar under gtk in impress/draw documents