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

Some cell types do not focus the input after entering edit mode #2974

Closed
seancolsen opened this issue Jun 26, 2023 · 0 comments · Fixed by #2975
Closed

Some cell types do not focus the input after entering edit mode #2974

seancolsen opened this issue Jun 26, 2023 · 0 comments · Fixed by #2975
Assignees
Labels
regression type: bug Something isn't working work: frontend Related to frontend code in the mathesar_ui directory
Milestone

Comments

@seancolsen
Copy link
Contributor

Originally reported by @pavish.

Steps to reproduce

  1. Double click a Number cell to enter edit mode.
  2. Press Left and Right arrow keys.
  3. Expect the key presses to move the caret within the number input.
  4. Instead observe that the arrow keys horizontally scroll the sheet. This is because the number input within the cell is not automatically focused after the cell enters edit mode.

This is a regression introduced in #2957.

@seancolsen seancolsen added status: started type: bug Something isn't working work: frontend Related to frontend code in the mathesar_ui directory regression labels Jun 26, 2023
@seancolsen seancolsen added this to the Backlog milestone Jun 26, 2023
@seancolsen seancolsen self-assigned this Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression type: bug Something isn't working work: frontend Related to frontend code in the mathesar_ui directory
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant