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

Excel: for selection covering more than one cell, announce the active cell when pressing Enter or Tab rather than the whole selection range #17733

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

CyrilleB79
Copy link
Collaborator

Link to issue number:

Closes #6959

Summary of the issue:

When multiple cells are selected, pressing commands that move the active cell (even in a selection) do not allow to report which cell is active in the selection. We should more clearly distinguish between the selection and the active cell in Excel.

This had already been done for Libre Office in #12849.

Description of user facing changes

Description of development approach

Testing strategy:

Known issues with pull request:

Code Review Checklist:

  • Documentation:
    • Change log entry
    • User Documentation
    • Developer / Technical Documentation
    • Context sensitive help for GUI changes
  • Testing:
    • Unit tests
    • System (end to end) tests
    • Manual testing
  • UX of all users considered:
    • Speech
    • Braille
    • Low Vision
    • Different web browsers
    • Localization in other languages / culture than English
  • API is compatible with existing add-ons.
  • Security precautions taken.

@coderabbitai summary

Cyrille Bougot and others added 2 commits February 25, 2025 00:01
…he active cell when pressing Enter or Tab rather than the whole selection range.
@seanbudd seanbudd added the conceptApproved Similar 'triaged' for issues, PR accepted in theory, implementation needs review. label Feb 24, 2025
@AppVeyorBot
Copy link

See test results for failed build of commit cfa6189136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conceptApproved Similar 'triaged' for issues, PR accepted in theory, implementation needs review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Excel: Current cell incorrectly announced when multiple cells selected
3 participants