Opened 9 years ago
Closed 9 years ago
#12223 closed defect (duplicate)
Wrong key+tag pair opened when clicking Edit button, when keys list is not listed in alphabetical order by keys.
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- Choose an object with multiple tags and keys.
- Change list of tags in reverse alphabetical order (from z to a).
- Select one key+tag pair.
- Click edit button.
What is the expected result?
Dialog window to change the choosen tag or the key.
What happens instead?
The program opens other key+tag pair.
It seems, that the program doesn't recognise that tags and keys are in reverse alphabetical order. If you choose and try to edit the 3rd key+tag pair in the reversed alphabetical list, it will show the tag+key pair which is the 3rd in the list of the normal alphabetical order.
There is 4 ways to change the list of the tag+key groups. Normal, and reverse alphabetical order regarding to the key or the tag. It seems, that the change of this list doesn't effects the "Edit" button. If you try the 2nd key+tag pair on the list, you'll be able to change the one pair, which would be the 2nd in the list of alphabetical order by keys.
Please provide any additional information below. Attach a screenshot if possible.
URL:http://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2015-11-24 00:04:12 +0100 (Tue, 24 Nov 2015) Build-Date:2015-11-23 23:14:21 Revision:9060 Relative:URL: ^/trunk Identification: JOSM/1.5 (9060 hu) Linux Ubuntu 14.04.3 LTS Memory Usage: 283 MB / 659 MB (48 MB allocated, but free) Java version: 1.7.0_91, Oracle Corporation, OpenJDK Server VM Java package: openjdk-7-jre:i386-7u91-2.6.3-0ubuntu0.14.04.1 VM arguments: [-Djosm.restart=true, -Djava.net.useSystemProxies=true] Dataset consistency test: No problems found Plugins: - FixAddresses (31772) - HouseNumberTaggingTool (31772) - InfoMode (31772) - RoadSigns (31772) - alignways (31772) - buildings_tools (31772) - imagery_offset_db (31772) - jna (31772) - log4j (31772) - pbf (31772) - print (31772) - reverter (31772) - todo (29154) - turnlanes (31772) - turnrestrictions (31772) - undelete (31772) - videomapping (31772) Last errors/warnings: - E: A kép nem található 'maxspeed_icon.svg' - W: Mappaint style "standard" (Maxspeed) icon "maxspeed_icon.svg" not found. - E: videomapping: unable to locate VLC install dir
Closed as duplicate of #12153.