Skip to content

Conversation

Killusions
Copy link
Member

What kind of change does this PR introduce? (check one with "x")

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior? (You can also link to an open issue here)

Currently, a cell can be focused by mouse, even when not in cell selectionMode, this creates an issue with focus styling and leads to the cell being selected by mouse instead of the row.

What is the new behavior?

Do not set tabindex=-1 on the cell if selectionMode is not cell, now clicking on a row focuses the entire row.

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

@Killusions Killusions force-pushed the fix/do-not-allow-focusing-of-cell-when-not-in-cell-selection-mode branch from 2bcfcc2 to 1a6b5f2 Compare December 17, 2024 16:16
@fh1ch fh1ch changed the base branch from master to main June 26, 2025 07:33
@fh1ch fh1ch added the bug Something isn't working label Jul 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants