Bug 160844 - Ctrl+F6 does not switch to (bring the focus back to) the document
Summary: Ctrl+F6 does not switch to (bring the focus back to) the document
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Draw (show other bugs)
Version:
(earliest affected)
7.5.0.3 release
Hardware: All All
: medium normal
Assignee: Caolán McNamara
URL:
Whiteboard: target:24.8.0 target:24.2.5
Keywords: bibisected, bisected, regression
Depends on:
Blocks:
 
Reported: 2024-04-27 20:47 UTC by Cor Nouws
Modified: 2024-06-04 07:38 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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
Comment 3 Caolán McNamara 2024-06-03 20:31:54 UTC
https://gerrit.libreoffice.org/c/core/+/168390
Comment 4 Commit Notification 2024-06-03 22:43:57 UTC
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.
Comment 5 Commit Notification 2024-06-04 07:37:53 UTC
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.