You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So without wishing to re-open those debates, given a radio button is currently used to render these (and hence you can't select more than one choice), wouldn't it be better if no option was selected on the radio when more than one was chosen (so the blue highlighting was more obvious).
Logically I could imagine the second existing and indeed a bit of Overpass searching found some fords in tunnels, so they're both real world scenarios.
I think what you’re seeing is that the field checks the radio button that comes last visually, not first alphabetically. The radio buttons have the same name attribute, so the browser only allows one to be checked at a time, but this code checks each applicable radio button in order, regardless of the other radio buttons. That causes the browser to uncheck all the previously checked radio buttons:
The blue highlighting for multiple selection is subtle indeed. I wonder if that’s a side effect of implementing simultaneous editing of multiple features in #7306. It looks slightly different when selecting two features with different values for the same key, but none of the radio buttons is checked, which is good:
URL
https://www.openstreetmap.org/way/423881224
How to reproduce the issue?
Look at an object which has some form of radio button interface implemented via multiple keys, which appears to currently be just these two fields:
https://github.com/openstreetmap/id-tagging-schema/blob/bde8a416c80cbbb27a0ad36df3c6dcec3151ec8b/dist/fields.json#L2805-L2812
https://github.com/openstreetmap/id-tagging-schema/blob/bde8a416c80cbbb27a0ad36df3c6dcec3151ec8b/dist/fields.json#L1083-L1095
I know the second one has been somewhat divisive:
https://github.com/openstreetmap/iD/issues?q=is%3Aissue+toilet
So without wishing to re-open those debates, given a radio button is currently used to render these (and hence you can't select more than one choice), wouldn't it be better if no option was selected on the radio when more than one was chosen (so the blue highlighting was more obvious).
Logically I could imagine the second existing and indeed a bit of Overpass searching found some fords in tunnels, so they're both real world scenarios.
Example node:
Structure: https://www.openstreetmap.org/way/423881224
Toilet: https://www.openstreetmap.org/node/411286195
Screenshot(s) or anything else?
Structure:
Toilets:
Which iD Editor versions do you see the issue on?
Released version at openstreetmap.org/edit
Which browsers are you seeing this problem on?
Firefox
The text was updated successfully, but these errors were encountered: