Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix keyboard shortcuts not working after row/column selection in Calc #10131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Darshan-upadhyay1110
Copy link
Contributor

@Darshan-upadhyay1110 Darshan-upadhyay1110 commented Sep 26, 2024

  • After selecting a row or column, the focus shifts from the 'map' to the 'document'
  • Keyboard shortcuts are intended to work specifically within the 'map' area
  • This patch ensures that focus returns to the 'map' after selection, allowing keyboard shortcuts to function correctly

This fix resolves the issue where shortcuts would stop working after a row/column selection.

To check this fix :

  • Go to ods file
  • click on row/column header
  • Press CTRL + B

Without this patch, nothing will happen. Expected behavior should be to make all text bold

Change-Id: Ic5265a7d3eced20e4f005aa1ce50acbc87946b4f

  • Resolves: #
  • Target version: master

Summary

TODO

  • ...

Checklist

  • I have run make prettier-write and formatted the code.
  • All commits have Change-Id
  • I have run tests with make check
  • I have issued make run and manually verified that everything looks okay
  • Documentation (manuals or wiki) has been updated or is not required

- After selecting a row or column, the focus shifts from the 'map' to the 'document'
- Keyboard shortcuts are intended to work specifically within the 'map' area
- This patch ensures that focus returns to the 'map' after selection, allowing keyboard shortcuts to function correctly

This fix resolves the issue where shortcuts would stop working after a row/column selection.

Signed-off-by: Darshan-upadhyay1110 <[email protected]>
Change-Id: Ic5265a7d3eced20e4f005aa1ce50acbc87946b4f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Review
Development

Successfully merging this pull request may close these issues.

1 participant