#11168 closed defect (fixed)
undo fills in stuff which never was existing there - in the changeset comment
Reported by: | aseerel4c26 | Owned by: | Don-vip |
---|---|---|---|
Priority: | trivial | Milestone: | 19.04 |
Component: | Core | Version: | latest |
Keywords: | undo upload comment | Cc: |
Description
- have previous uploads (so you have a upload comment history)
- set upload.comment.max-age = 0 (more info: see #9438), so the comment field is empty by default
- edit some data
- press the upload button (upload window appears)
- hit ctrl+z.
Expected: nothing, since I did not enter text in this field before, so there should be nothing to "undo".
Actual: the last changeset comment appears.
Note: this also happens if you enter any text and then Ctrl+Z and hold the keys, because you want to undo everything you've entered. Expected is that you get an empty field. Actual is that you land in some old comment.
In JOSM v. 8103 (although I guess that never was different). System: Linux, Java version: 1.8
Attachments (0)
Change History (5)
comment:1 by , 5 years ago
Keywords: | comment added |
---|
comment:2 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 5 years ago
Milestone: | → 19.04 |
---|
comment:4 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 by , 5 years ago
Thank you! Test case above works now. Tested with version 14986 openjdk 11.0.3. :-)
In 14977/josm: