#10845 closed defect (fixed)
[PATCH] notes downloaded before the notes dialog window was active do not show up in it
Reported by: | aseerel4c26 | Owned by: | ToeBee |
---|---|---|---|
Priority: | normal | Milestone: | 14.12 |
Component: | Core notes | Version: | tested |
Keywords: | Cc: | Klumbumbus |
Description
JOSM version: 7777 (sorry, the full report template contains too much personal info!)
- set osm.notes.enableDownload to true
- make sure the notes dialog window (right side bar) is not loaded
- restart josm
- download notes and gps traces in an area where there is one note
- enable the notes dialog window (via menu view)
- Actual result: the note does not show up in the dialog window (it only shows up on the JOSM map)
- Expected: the note shows up in the dialog window (it shows up on the map too)
Thank you!
Attachments (1)
Change History (10)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Cc: | Klumbumbus added |
---|
comment:3 Changed 8 years ago by
Status: | new → assigned |
---|
Aha. I got a blank dialog once and was going to go track it down but this explains it. When the dialog is hidden, it is not listening for new layers which means it doesn't get notified when the note layer gets created. Registering as a layer change listener during initial setup should fix this.
Changed 8 years ago by
Attachment: | empty_note_dialog.patch added |
---|
comment:4 Changed 8 years ago by
Milestone: | → 14.12 |
---|
comment:5 Changed 8 years ago by
Summary: | notes downloaded before the notes dialog window was active do not show up in it → [PATCH] notes downloaded before the notes dialog window was active do not show up in it |
---|
comment:6 Changed 8 years ago by
This problem effects me even further. On the first time enabled I can not even "comment", "close" or sort notes even after redownloading.
I have to delete all notes layers in advance and then redownload to fix it.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2014-12-15 02:34:17 Last Changed Author: bastiK Revision: 7804 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Relative URL: ^/trunk URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2014-12-14 16:20:17 +0100 (Sun, 14 Dec 2014) Last Changed Rev: 7804 Identification: JOSM/1.5 (7804 en) Linux Debian GNU/Linux 7.7 (wheezy) Memory Usage: 362 MB / 882 MB (86 MB allocated, but free) Java version: 1.7.0_65, Oracle Corporation, OpenJDK 64-Bit Server VM Java package: openjdk-7-jre:amd64-7u71-2.5.3-2~deb7u1 VM arguments: [-Djosm.home=/tmp/.josm_notes2] Program arguments: [--language=en, --set=osm.notes.enableDownload=true] Dataset consistency test: No problems found
comment:9 Changed 8 years ago by
Component: | Core → Core notes |
---|---|
Keywords: | notes removed |
Replying to aseerel4c26:
Such as ...?