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 hover on table cells when the command menu is opened #10446

Merged
merged 6 commits into from
Feb 24, 2025

Conversation

bosiraphael
Copy link
Contributor

This PR allows the table cell hover to be accessible even when the command menu is opened.
I extracted the hotkeys logic from RecordTableCellSoftFocusMode into RecordTableCellSoftFocusModeHotkeysSetterEffect. This component is mounted conditionally if the hotkey scope is TableSoftFocus. By doing so, the table cell hotkey scopes are not available when the command menu is opened.

Before

Enregistrement.de.l.ecran.2025-02-24.a.14.59.46.mov

After

Enregistrement.de.l.ecran.2025-02-24.a.14.57.42.mov

@lucasbordeau lucasbordeau self-requested a review February 24, 2025 15:23
Copy link
Contributor

@Devessier Devessier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not aware of soft focus inner details and you might want to request another review.

I tested your changes and they work properly. The code looks good to me. I approve.

@lucasbordeau
Copy link
Contributor

Tested works fine

@bosiraphael bosiraphael merged commit 9c7213a into main Feb 24, 2025
47 checks passed
@bosiraphael bosiraphael deleted the r--fix-hover-on-table-when-command-menu-is-opened branch February 24, 2025 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants