Modify ↓
Opened 16 years ago
Closed 16 years ago
#2116 closed defect (worksforme)
0.6 - Changeset comment dialog blocked by upload progress dialog
Reported by: | edgemaster | Owned by: | framm |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
On upload, the changeset dialog is inactive due to the 'PleaseWait' dialog blocking it.
Issue seems to be related to the fact the please wait dialog runs the upload code, which was not expected to contain gui elements originally.
The lines concerned are: line 150 of actions/UploadAction.java and line 116 of io/OsmServerWriter.java
I'm not a Java coder so cannot be of more help, unfortunately.
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
comment:3 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thought I should add that it occurs whatever the interface style (Metal, GTK+), and I'm on Ubuntu under the Sun JRE.