Opened 2 years ago
Closed 9 months ago
#5984 closed enhancement (fixed)
Allow pasting url in download object dialog
| Reported by: | Zverikk | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | latest | Keywords: | download, url |
| Cc: |
Description (last modified by akks)
For example:
- Copy url from some website, like http://www.openstreetmap.org/browse/relation/1396080/
- Open File -> Download Object
- Focus to ID text field
- Paste URL
- Automatically: a) object type is determined; b) insted of url, object id is determined and replaces url in text field
- Press OK, download an object.
Also, could we have text field focused instead of object type box when opening the dialog?
Attachments (0)
Change History (6)
comment:1 Changed 10 months ago by akks
comment:2 Changed 10 months ago by akks
- Description modified (diff)
I have added this functionality in slightly different manner - URL is parsed automatically, not on Ctrl-V.
Also, if ID or ID list is in clipboard, it is pasted "as is", user needs to select the type by combobox then.
I did not manage to preselect tfId in Extended dialog because the default button is focused on showDialog().
comment:3 Changed 9 months ago by Don-vip
Ticket #5898 has been marked as a duplicate of this ticket.
comment:4 Changed 9 months ago by akks
Is automatic paste enough to close the ticket?
comment:5 Changed 9 months ago by Don-vip
I would say yes :)
comment:6 Changed 9 months ago by akks
- Resolution set to fixed
- Status changed from new to closed
Let us close it for now then :)



In 5354/josm: