Allow dragging entry values into page input fields (without copying to clipboard)#216
Allow dragging entry values into page input fields (without copying to clipboard)#216glowinthedark wants to merge 7 commits intogopasspw:masterfrom
Conversation
There was a problem hiding this comment.
LGTM from a first look. We definitely need to check if we should add tests as well as removal of the code commented out. @Pharb do you have more experience with drag and drop and what needs to be considered?
|
@martinhoefling: the changes in Do you think it would be better to revert those changes so that the issue can be solved in its own separate thread? The approach I followed might not be the best, and in fact causes a possibly annoying artifact — after manually clearing the input field the domain gets pre-filled again because I added a call to Another issue I was trying to figure out is how to get the actual password and include a draggable password field displayed as |
A POC allowing dragging items from the entry into input fields on the page. Only tested on Chrome, possibly further adjustments might be needed for firefox.
Please provide your comments as to what can be improved.