Attachments (0)
Change History (13)
comment:1 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:2 by , 5 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Good idea, but doesn't work for me. I see in the log that the history of a way is downloaded but there is no corresponding dialog. Instead the view changes from member list to tags for the relation history dialog where I double clicked the member.
Try relation 148838 with double click on member 445220771 (top in v614).
It seems to work when I click on a node in the history for a way, but that also changes the view back to the initial tags view.
comment:3 by , 5 years ago
See also org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.ShowHistoryAction
comment:4 by , 5 years ago
Found a few more problems:
- double click on first row is ignored (<= 0 should be < 0)
- javadoc is wrong
Working on a patch ...
comment:6 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
follow-up: 9 comment:7 by , 5 years ago
We have now three implementations of a ShowHistoryAction, all more or less doing the same. I am sure this can be simplified.
follow-up: 10 comment:8 by , 5 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The original dialog still switches the view to the tags panel. No idea why.
comment:9 by , 5 years ago
Thanks for addressing the issues you found!
Replying to GerdP:
We have now three implementations of a ShowHistoryAction.
I haven't added one, but just moved it. *washing my hands of responsibility* :-)
A harmonization is very welcome.
follow-up: 12 comment:10 by , 5 years ago
Replying to GerdP:
The original dialog still switches the view to the tags panel. No idea why.
I tried to find the code point where this happens but failed. It is not related to this ticket, same problem occurs when you select a different object and press Ctrl+H.
comment:11 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
follow-up: 13 comment:12 by , 4 years ago
Replying to GerdP:
Replying to GerdP:
The original dialog still switches the view to the tags panel. No idea why.
I tried to find the code point where this happens but failed. It is not related to this ticket, same problem occurs when you select a different object and press Ctrl+H.
Still present and annoying as it can complete break the workflow. ATM, only a feature under certain circumstances but a bug in other situations.
comment:13 by , 4 years ago
Replying to skyper:
Replying to GerdP:
Replying to GerdP:
The original dialog still switches the view to the tags panel. No idea why.
I tried to find the code point where this happens but failed. It is not related to this ticket, same problem occurs when you select a different object and press Ctrl+H.
Still present and annoying as it can complete break the workflow. ATM, only a feature under certain circumstances but a bug in other situations.
Fixed in #19367
In 16459/josm: