Skip to content

Conversation

@reidbarber
Copy link
Member

@reidbarber reidbarber commented Jan 16, 2026

Closes #9495

✅ Pull Request Checklist:

  • Included link to corresponding React Spectrum GitHub Issue.
  • Added/updated unit tests and storybook for this change (for new code or code which already has tests).
  • Filled out test instructions.
  • Updated documentation (if it already exists for this component).
  • Looked at the Accessibility Practices for this feature - Aria Practices

📝 Test Instructions:

Test new story:

  1. Focus on an item's drag button
  2. Press Enter to start keyboard drag
  3. Notice there are no valid drop targets (shouldAcceptItemDrop rejects all item drops)
  4. Press Escape to cancel the drag
  5. Try pressing arrow keys
  6. Observe that focus moves (and we've exited virtual drag mode)

🧢 Your Project:

@rspbot
Copy link

rspbot commented Jan 16, 2026

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 this pull request may close these issues.

Arrow keys stop working after a keyboard drag when shouldAcceptItemDrop rejects all drop targets

3 participants