#17904 closed defect (fixed)
[PATCH] NPE when moving the first member of a relation down. — at Version 3
| Reported by: | taylor.smock | Owned by: | team |
|---|---|---|---|
| Priority: | blocker | Milestone: | 19.06 |
| Component: | Core | Version: | latest |
| Keywords: | regression relation | Cc: |
Description (last modified by )
Steps to reproduce:
1) Open a relation with the relation editor
2) Move the first member down using "Move currently selected members down" button.
3) Crash (JOSM is still usable afterwards)
Change History (4)
by , 7 years ago
| Attachment: | 17904.patch added |
|---|
comment:1 by , 7 years ago
| Keywords: | regression relation added |
|---|---|
| Milestone: | → 19.06 |
| Priority: | normal → blocker |
comment:3 by , 7 years ago
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.



Fix NPE and correctly highlight the previously selected objects when using the "Move the currently selected members" buttons. It does not work with drag and drop. (Not a regression from current code).