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 not shown in edit mode, or shown from a previously selected element #10528

Closed dobridabar closed 1 week ago

dobridabar commented 2 weeks ago

URL

https://www.openstreetmap.org/node/10049792746

How to reproduce the issue?

I use iD editor daily, and didn't encounter any issues so far. Yesterday, I found this very wierd behavior, only for one particular node. Other nodes behave totally normally.

Tested in latest Firefox and Chrome under Windows 11.

Steps to reproduce.

  1. Go to: https://www.openstreetmap.org/node/10049792746 (name: "Пекара Јутро 2021")
  2. In a view mode, all tags are displayed normally
  3. Press "Edit"
  4. Unexpected result no. 1: Tags are not shown in Edit mode (screenshot no. 1)
  5. Click again on that same node
  6. Unexpected result no. 2: Only names, operator and address fields are displayed, but still no tags. I cannot add int_name tag, for instance (screenshot no. 2)
  7. Click on a nearby bus station: https://www.openstreetmap.org/node/2053079543 (name: "Дом здравља Блок 44")
  8. Bus station tags are displayed normally
  9. Now click again to the original node (name: "Пекара Јутро 2021")
  10. Unexpected result no. 3: Node type is displayed correctly, but all the tags are displayed from a previously selected node - bus station (screenshot no. 3)

Please let me know if you need any additional information or testing.

Screenshot(s) or anything else?

Screenshot no. 1:

image

Screenshot no. 2:

image

Screenshot no. 3:

image

Which deployed environments do you see the issue in?

Released version at openstreetmap.org/edit

What version numbers does this issue effect?

2.30.4

Which browsers are you seeing this problem on?

Chrome, Firefox

dobridabar commented 2 weeks ago

The node was edited by another user in the meantime, and it does not exhibit the faulty behavior anymore.

dobridabar commented 1 week ago

Closing the issue, as I cannot reproduce it anymore.