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

rearrange grid with keyboard #6296

Closed
ruggi opened this issue Sep 3, 2024 · 0 comments · Fixed by #6298
Closed

rearrange grid with keyboard #6296

ruggi opened this issue Sep 3, 2024 · 0 comments · Fixed by #6298
Assignees

Comments

@ruggi
Copy link
Contributor

ruggi commented Sep 3, 2024

No description provided.

@ruggi ruggi self-assigned this Sep 3, 2024
@ruggi ruggi closed this as completed in 7d373a2 Sep 4, 2024
liady pushed a commit that referenced this issue Dec 13, 2024
**Problem:**

It should be possible to rearrange elements in a grid using the keyboard
arrows in addition to just the mouse.

**Fix:**

Add a new strategy that does that. It will enforce the movement to be
inside the available grid space, so it's not possible to overflow the
boundaries of the grid template.

![Kapture 2024-09-03 at 15 49
23](https://github.com/user-attachments/assets/954b13cb-32a8-4bb9-9626-e7bfd3513454)


Fixes #6296
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant