#11217 closed enhancement (fixed)
support urls in notes
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 17.11 |
Component: | Core notes | Version: | |
Keywords: | Cc: | Klumbumbus |
Description (last modified by )
Not sure if it is within the scope of the plugin. If not it would be an enhancement of "Core notes".
I often find URLs within a note but cannot click nor copy it to open in a web browser.
Attachments (5)
Change History (33)
comment:1 Changed 7 years ago by
Component: | Plugin tag2link → Core notes |
---|---|
Keywords: | notes removed |
Owner: | changed from Don-vip to ToeBee |
comment:2 Changed 7 years ago by
Description: | modified (diff) |
---|
Changed 7 years ago by
Attachment: | 11217.patch added |
---|
comment:3 Changed 7 years ago by
Summary: | support urls in notes → [Patch] support urls in notes |
---|
Changed 7 years ago by
Attachment: | 2015-04-15-213157_1198x1899_scrot.png added |
---|
First attempt using GettingStarted.LinkGeneral
: does not look as expected …
comment:5 Changed 7 years ago by
Cc: | Klumbumbus added |
---|
comment:6 Changed 7 years ago by
Technically speaking, the patch and this ticket are solving two different problems. The ticket is asking for URLs in the note text to be clickable. The patch makes it easier to open a given note on osm.org. If note text could be made clickable, the "note xxx" link at the top of the note could be turned into a URL to open on osm.org. The problem I ran into is that the note text is rendered as a tooltip which isn't really intended to be clicked on.
comment:7 Changed 7 years ago by
Milestone: | → 15.05 |
---|
comment:8 Changed 7 years ago by
Milestone: | 15.05 → 15.06 |
---|
comment:11 Changed 7 years ago by
Summary: | [Patch] support urls in notes → support urls in notes |
---|
comment:6 still applies: links within notes can still not be opened/copied.
comment:12 Changed 7 years ago by
Replying to simon04:
In 8503/josm:
This copies the api url. Wouldn't it be better if it copies the url, which opens the note at osm.org?
So,
http://www.openstreetmap.org/note/377327
instead of
comment:14 Changed 7 years ago by
Milestone: | 15.08 → 15.09 |
---|
comment:15 Changed 7 years ago by
Milestone: | 15.09 |
---|---|
Owner: | changed from ToeBee to team |
I don't plan implementing this any time soon …
comment:16 Changed 5 years ago by
Milestone: | → 17.11 |
---|
Changed 5 years ago by
Attachment: | josm_notes.png added |
---|
comment:19 Changed 5 years ago by
This means copying the notes api url (via right click on the popup) is no longer available, right?
(Just for updating Help/Dialog/Notes.)
Changed 5 years ago by
Attachment: | note_escape.gif added |
---|
comment:20 Changed 5 years ago by
The notes Popup is now somehow on top of the JOSM window and can be moved out of the mapview, which looks a bit weird.
comment:21 Changed 5 years ago by
I'm not sure I can display it behind the toolbars and panels with the new system. I could however hide the popup if displayed outside of JOSM...
comment:23 Changed 5 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Changed 5 years ago by
Attachment: | notes_arrow.gif added |
---|
comment:24 Changed 5 years ago by
And one more regression is that shortcuts don't work anymore after clicking on a note. So my work flow is often:
- double click a note
- press shortcut for Help/Action/DownloadOsmInView
The shortcut doesn't work, you need to click somewhere else first.
comment:25 follow-up: 26 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
In 13118/josm:
comment:26 Changed 5 years ago by
Replying to Don-vip:
In 13118/josm:
Mouse scroll to zoom the mapview doesn't work if the mousepointer is on the note tooltip. Can this be fixed easily too?
An idea would be to copy the note URL to the clipboard when right clicking the tooltip, see attachment:11217.patch