﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
24257	Memberships Conflict Dialog values are sorted ASCII-betically	anonymous	team	"In this screen

https://josm.openstreetmap.de/wiki/Help/Action/CombineWay#TagsMembershipsConflictDialog

when combining two address nodes with conflicting values of `addr:housenumber`, a value of 100 and 104 will be sorted like this in the dropdown (which is correct)

1. 100
2. 104

but a value of 100 and 96, will be sorted like this (which is incorrect, 96 is not greater than 100)

1. 100
2. 96

This is because they're sorted naively as text strings. The number part should be sorted as a number

https://blog.codinghorror.com/sorting-for-humans-natural-sort-order/"	defect	new	normal		Core				
