[PATCH] josm opens modal error dialog for every block that fails to download
Reported by: |
Chris Bainbridge <chris.bainbridge@…> |
Owned by: |
dmuecke |
Priority:
|
normal
|
Milestone:
|
|
Component:
|
Core
|
Version:
|
|
Keywords:
|
|
Cc:
|
|
Choose GPX Layer -> Download from OSM along this track.
JOSM says "This action will require 100 individual download requests. Do you wish to continue?"
Click OK. If for some reason the blocks can't be downloaded, each failure is reported individually. ie. 100 popup error dialogs, with no way to cancel the download, and the user has to click OK 100 times. It should be possible either to collate the errors and present them as a single error, or at least to cancel the download from the error dialog.
Change History
(5)
Owner: |
changed from team to dmuecke
|
Status: |
new → assigned
|
Summary: |
josm opens modal error dialog for every block that fails to download → [PATCH] josm opens modal error dialog for every block that fails to download
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Confirmed. API outage is the cause of the problem, but the "Could not connect to server xxx" should be collected like all the other errors.