Opened 14 years ago
Closed 14 years ago
#6156 closed defect (invalid)
Readonly attribut on combo does not work
Reported by: | rodo | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | External preset | Version: | latest |
Keywords: | combo readonly | Cc: |
Description
Hi, Here a substract of one of my presets :
<item name="Bladder" type="node">
<label text="Ajout d'un bladder" />
<key key="man_made" value="bladder" />
<combo key="water_type" text="* Type d'eau"
values="grey_water,drinking_water,industrial_water,unspecified"
display_values="eau brute,eau potable,eau industrielle,non precise"
en.display_values="grey_water,drinking_water,industrial_water,unspecified"
readonly="true"
required="true" />
I set a readonly attribute on some combo but when using my presets in JOSM 4006 the combo are still editable, I can put what I want in the value.
Attachments (0)
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Thanks for your answer even if it's not make me happy ;-)
I fixed the wiki and add some notes about this ticket and the #409, it seems to be a long story this feature.
I'll open an enhancement ticket to keep in mind and hope to have these feature coded one day.
There is no readonly attribute at all. It don't know why it is documented at TaggingPresets.