Modify ↓
Opened 8 years ago
Closed 6 years ago
#13777 closed enhancement (fixed)
Allow to select text in some message boxes
Reported by: | naoliv | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 18.10 |
Component: | Core | Version: | |
Keywords: | timeout | Cc: |
Description
Could JOSM allow to select (and thus copy) the text in message boxes like this, please?
JOSM:
Build-Date:2016-10-09 13:51:08 Revision:11110 Is-Local-Build:true Identification: JOSM/1.5 (11110 SVN pt_BR) Linux Debian GNU/Linux unstable (sid) Memory Usage: 470 MB / 4029 MB (216 MB allocated, but free) Java version: 1.8.0_102-8u102-b14.1-2-b14, Oracle Corporation, OpenJDK 64-Bit Server VM Screen: :0.0 1920x1080 Maximum Screen Size: 1920x1080 Java package: openjdk-8-jre:amd64-8u102-b14.1-2 Java ATK Wrapper package: libatk-wrapper-java:all-0.33.3-9 VM arguments: [-Dawt.useSystemAAFontSettings=on] Dataset consistency test: No problems found
Attachments (0)
Change History (4)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Keywords: | timeout added |
---|
Ah, gotcha:
-
src/org/openstreetmap/josm/gui/history/HistoryLoadTask.java
6 6 7 7 import java.awt.Component; 8 8 import java.io.IOException; 9 import java.net.SocketTimeoutException; 9 10 import java.util.ArrayList; 10 11 import java.util.Collection; 11 12 import java.util.HashSet; … … 153 154 protected void finish() { 154 155 if (isCanceled()) 155 156 return; 157 lastException = new OsmTransferException(new SocketTimeoutException("yololo")); 156 158 if (lastException != null) { 157 159 ExceptionDialogUtil.explainException(lastException); 158 160 return;
=> makes all history actions fail :)
comment:3 by , 6 years ago
Milestone: | → 18.10 |
---|
Note:
See TracTickets
for help on using tickets.
Not easy to reproduce. Do you know an OSM object with a VERY LARGE number of versions? This might increase the likelyhood to get a timeout when fetching history.