#19720 closed defect (fixed)
lift_gate:type dropdown list is empty
Reported by: | gaben | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | 20.08 |
Component: | Internal preset | Version: | latest |
Keywords: | Cc: | stoecker |
Description (last modified by )
See the attached picture.
URL:https://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2020-08-25 23:27:27 +0200 (Tue, 25 Aug 2020) Build-Date:2020-08-26 01:30:48 Revision:16932 Relative:URL: ^/trunk
Attachments (1)
Change History (12)
by , 4 years ago
Attachment: | empty_dropdown.png added |
---|
comment:1 by , 4 years ago
Description: | modified (diff) |
---|
comment:2 by , 4 years ago
Description: | modified (diff) |
---|
comment:4 by , 4 years ago
Combo key shouldn't have value
only values
attribute?
If I investigated correctly, it is checked here https://josm.openstreetmap.de/browser/josm/trunk/resources/data/tagging-preset.xsd#L397
Edit: Unfortunately, this is a different thing :) I'm not familiar with XSD.
follow-up: 8 comment:7 by , 4 years ago
Cc: | added |
---|
Replying to Klumbumbus:
In 16943/josm:
Thanks, but why did Jenkins not report the common typo?
Was the test disabled? Does it not work properly?
follow-up: 9 comment:8 by , 4 years ago
comment:9 by , 4 years ago
comment:10 by , 4 years ago
I'm currently experimenting with an XSD patch to prevent similar issues in the future. It works for me but at the beginning of the tagging-preset.xsd, someone put a little warning about the <anyAttribute/>
tag. See it here: https://josm.openstreetmap.de/browser/josm/trunk/resources/data/tagging-preset.xsd#L6
Do you know any usage the defaultpresets.xml and tagging-preset.xsd outside of JOSM (eg. Vespucci)?
Just removed the <anyAttribute processContents="skip" />
rows from the XSD and fixed the errors in the XML. I don't know if it's safe or not, because JOSM doesn't care much about these lines :/
comment:11 by , 4 years ago
As the comment says that wont work for at least two reasons:
- I18n gets impossible
- Adding new tags gets impossible in external presets
There is a
s
missing for values