Drag-and-drop not working when password input has focus #5972
ericshulman
started this conversation in
General
Replies: 1 comment
-
Hi @ericshulman I can confirm the same behaviour in Chrome, but not Firefox and Safari, so I guess it's a Chrome bug? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure if this is a bug, but it seems odd to me...
(Tested on TiddlyWiki.com)
<$edit-text tiddler="TryIt" tag="input" type="password" />
Thus, it seems that two factors result in drag-and-drop failure:
A) Input control has type="password", and
B) Input control has focus when drag starts.
Also, using browser developer console, I inspected the "HelloThere" link immediately after the failed drag in step 3, and it showed "tc-dragging" class was added, indicating that drag operation did start, but then failed somewhere along the way.
Beta Was this translation helpful? Give feedback.
All reactions