If I drag and drop a URL onto the remote URL textfield, the URL is inserted into the help text instead of replacing the help text. This makes dragging and dropping URLs very inconvenient.
This is easily fixed by binding to the focus event instead of the click event.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 968022-js-use-focus-instead-of-click.patch | 904 bytes | bfroehle |
Comments
Comment #1
bfroehle commentedAttached is a patch.
Comment #2
bfroehle commented.
Comment #3
quicksketchThanks, it should probably be focus anyway for users navigating with a keyboard instead of the mouse.
Comment #4
quicksketchThanks, finally committed.