openstreetmap / iD

🆔 The easy-to-use OpenStreetMap editor in JavaScript.
https://www.openstreetmap.org/edit?editor=id
ISC License
3.38k stars 1.21k forks source link

Tags sometimes get copied inadvertently from previously selected element onto next one #10514

Closed dankarran closed 3 weeks ago

dankarran commented 4 weeks ago

URL

No response

How to reproduce the issue?

This bug doesn't happen all the time, but I've been seeing it on and off for quite some time (at least 9 months). These are the steps taken on the times I've noticed it happen:

  1. click on a way
  2. perhaps edit its tags(?)
  3. click onto another way
  4. click off to deselect

If the bug has occurred, the tags from the second selected way get replaced by the tags on the first way.

Examples:

Some example changesets (will add to the list if I rediscover them):

Workaround:

I believe that clicking off a way before clicking the next has helped prevent the bug occurring.

Screenshot(s) or anything else?

No response

Which deployed environments do you see the issue in?

No response

What version numbers does this issue effect?

2.27.3, 2.29.0

Which browsers are you seeing this problem on?

Safari

danieldegroot2 commented 3 weeks ago

Duplicate of #9850

dankarran commented 3 weeks ago

Thanks @danieldegroot2 - I had a quick search but didn't see an existing issue. That sounds like exactly the same thing.