react-dnd / react-dnd

Drag and Drop for React

Home Page:http://react-dnd.github.io/react-dnd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drag doesn't work after focusing password input

jamesurobertson opened this issue · comments

Describe the bug
In Chrome, dragging does not work after a password input field is focused.

Reproduction

Live Reproduction codesandbox

Steps to reproduce the behavior:

  1. Focus the password input field
  2. Drag one of the boxes
  3. box won't drag, but opacity does change

Expected behavior
drag works after a password field is focused

Screenshots

Screen.Recording.2023-10-31.at.10.09.35.AM.mov

Desktop (please complete the following information):

OS: [ maxOS Ventura 13.6.1]
Browser [chrome]
Version [118.0.5993.117]

Additional context
This bug is only in Chrome. Blurring the password field before dragging seems to make dnd work as expected.