Opened 14 years ago
Closed 13 years ago
#5984 closed enhancement (fixed)
Allow pasting url in download object dialog
Reported by: | Zverikk | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | download, url | Cc: |
Description (last modified by )
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 by , 13 years ago
comment:2 by , 13 years ago
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:6 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Let us close it for now then :)
In 5354/josm: