GNOME Bugzilla – Bug 765558
tel: URIs should be URI-escaped when copying
Last modified: 2016-04-26 21:23:47 UTC
When copying tel: URIs (i.e. from a web page) and pasting in to the OSM edit dialog (in the phone field), the URI protocol part is omitted (tel:). The rest of the text of the link is copied verbatim. In some cases, however, the links contains HTML-encoded entities (there is an example of such a tel: link on this page http://www.domarringensskola.uppsala.se/ this link in this case is tel:018-727%2066%2016). We should probably unescape this string to make this a bit more convinient to use.
Created attachment 326713 [details] [review] osmEditDialog: URI-escape tel: URIs when copying to the phone field
Review of attachment 326713 [details] [review]: Looks neat!